GetTokenName - hossimo/GMA3Plugins GitHub Wiki
GetTokenName(string: short_name) : string
Brief:
Paramiters:
Name | Type | Description | Optional |
---|---|---|---|
short_name | string | the short version of a command |
Returns:
Type | Description |
---|---|
string | the long version of the command |
nil | if the short command can't be found. |
... |
Examples:
Echo(GetTokenName("/s")) -- /Screen
Echo(GetTokenName("seq")) -- Sequence
Echo(type(GetTokenName("spellingMistake"))) -- nil