Skip to content

GetTokenName

Anthony Headley edited this page Apr 25, 2020 · 1 revision

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
Clone this wiki locally