Moo_HotkeyList ( sSep );
This functions returns a list of current hotkeys.Parameters
Name | Type | Required | Default | Description |
sSep | String | No | | | An optional seperator between hotkeys. |
Return Value
Returns a list of existing hotkeys, or an error code.
Notes
Added in MooPlug Version 0.4.7.
Errors
Error Code | Description |
Moo_HotkeyList|Err_1 | Invalid number of arguments. |
Moo_HotkeyList|Err_2 | No hotkeys currentley set. |
Moo_HotkeyList|Err_3 | Error retrieving list of hotkeys. |
Related Functions