voxelman.command.plugin

Public Imports

std.getopt
public import std.getopt;
Undocumented in source.

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.

Imports

ClientId (from netlib.connection)
public import netlib.connection : ClientId;
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.