Commandable

The Commandable template is a virtual implementation which handles the command UDAs, storing them within a local "commands" mapping.

Members

Functions

loadCommands
void loadCommands()
Undocumented in source. Be warned that the author may not have intended to support it.
registerCommand
CommandObject registerCommand(CommandObject obj)

Registers a command from a CommandObject

Variables

commands
CommandObject[string] commands;
Undocumented in source.

Meta