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()

Load commands

registerCommand
CommandObject registerCommand(CommandObject obj)

Register a command from a CommandObject

Variables

commands
CommandObject[string] commands;

Undocumented in source.

Meta