voxelman.command.plugin

Public Imports

netlib
public import netlib : SessionId;
std.getopt
public import std.getopt;
voxelman.core.packets
public import voxelman.core.packets : CommandSourceType;

Members

Aliases

CommandHandler
alias CommandHandler = void delegate(CommandParams params)
Undocumented in source.

Classes

CommandPluginClient
class CommandPluginClient
Undocumented in source.
CommandPluginServer
class CommandPluginServer
Undocumented in source.

Enums

ExecStatus
enum ExecStatus
Undocumented in source.

Mixin templates

CommandPluginCommon
mixintemplate CommandPluginCommon(bool isServer)
Undocumented in source.

Structs

CommandInfo
struct CommandInfo
Undocumented in source.
CommandParams
struct CommandParams
Undocumented in source.

Meta

Authors

Andrey Penechko.