-
-
Notifications
You must be signed in to change notification settings - Fork 5
GetTokenName
Anthony Headley edited this page Apr 25, 2020
·
1 revision
Name | Type | Description | Optional |
---|---|---|---|
short_name | string | the short version of a command |
Type | Description |
---|---|
string | the long version of the command |
nil | if the short command can't be found. |
... |
Echo(GetTokenName("/s")) -- /Screen
Echo(GetTokenName("seq")) -- Sequence
Echo(type(GetTokenName("spellingMistake"))) -- nil