voxelman.command.plugin

Public Imports

netlib
public import netlib : SessionId;
std.getopt
public import std.getopt;

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()
Undocumented in source.
CommandPluginServerImpl
mixintemplate CommandPluginServerImpl()
Undocumented in source.

Structs

CommandParams
struct CommandParams
Undocumented in source.
ExecResult
struct ExecResult
Undocumented in source.

Meta

Authors

Andrey Penechko.