CommandPluginCommon

Undocumented in source.

Members

Functions

execute
ExecStatus execute(const(char)[] input, CommandSourceType sourceType, SessionId source)
Undocumented in source. Be warned that the author may not have intended to support it.
onHelpCommand
void onHelpCommand(CommandParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
registerCommand
void registerCommand(CommandInfo command)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!"voxelman.command.plugininfo"
Undocumented in source.

Variables

commandMap
CommandInfo[string] commandMap;
Undocumented in source.
commandTextOutput
TextSink commandTextOutput;
Undocumented in source.
commands
CommandInfo[] commands;
Undocumented in source.
executorName
string executorName;
Undocumented in source.

Meta