Commands
Static Member Summary
| Static Public Members | ||
| public static |
commands: CommandObject[] |
|
Static Method Summary
| Static Public Methods | ||
| public static |
exec(cmd: string) |
|
| public static |
getById(id: string): * |
|
| public static |
getCommandByFunction(func: function): * |
|
| public static |
getCommandByName(name: string): * |
|
| public static |
getKeyBindableCommands(): CommandObject[] |
|
| public static |
init() |
|
Static Public Members
public static commands: CommandObject[] source
Static Public Methods
public static exec(cmd: string) source
Params:
| Name | Type | Attribute | Description |
| cmd | string |
public static getById(id: string): * source
Params:
| Name | Type | Attribute | Description |
| id | string |
Return:
| * |
public static getCommandByFunction(func: function): * source
Params:
| Name | Type | Attribute | Description |
| func | function |
Return:
| * |
public static getCommandByName(name: string): * source
Params:
| Name | Type | Attribute | Description |
| name | string |
Return:
| * |