Gets the commands that can be called by the command sender in its current status. Aliases are included in the list and the Command object is the same as the non-aliased command.
assert(sender.availableCommands["help"] is sender.availableCommands["?"]);
See Implementation
Gets the commands that can be called by the command sender in its current status. Aliases are included in the list and the Command object is the same as the non-aliased command.