Class el.Commands
UI Commands object.
Functions
Commands:invokeDirectly (command, async) | Invoke a command directly. |
Commands.standard () | Returns a list of all standard command IDs. |
Commands.toString (command) | Convert standard ID to String. |
Functions
- Commands:invokeDirectly (command, async)
-
Invoke a command directly.
Parameters:
- command int The CommandID to invoke.
- async bool Invoke async or not.
- Commands.standard ()
-
Returns a list of all standard command IDs.
See also:
- Commands.toString (command)
-
Convert standard ID to String.
Parameters:
- command int The command ID to convert.
See also: