Beta Documentation - Subject to change.

Gets the list of commands available by the shell.

Syntax

Lua
function Shell.GetCommands();

Returns

Type: string
The list of available commands that can be executed.

Remarks

This method will return a list of strings that identifies all the commands that can be executed from a user's chat window. This list includes all aliases for commands as well.

See Also