Function: getConsoleFloatCommand()
ts
function getConsoleFloatCommand<T>(command: string, ...args: AnyArgs): T;Execute command to get floating point number value.
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends number | number |
Parameters
| Parameter | Type | Description |
|---|---|---|
command | string | Console command. |
...args | AnyArgs | List of arguments to provide for command. |
Returns
T
Float value from console.