voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
CommandParams
voxelman
command
plugin
Undocumented in source.
struct
CommandParams {
string
rawArgs
;
auto
rawStrippedArgs
();
string
[]
args
;
SessionId
source
;
}
Members
Functions
rawStrippedArgs
auto
rawStrippedArgs
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
args
string
[]
args
;
Undocumented in source.
rawArgs
string
rawArgs
;
Undocumented in source.
source
SessionId
source
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
command
plugin
aliases
CommandHandler
classes
CommandPluginClient
CommandPluginServer
enums
ExecStatus
mixin templates
CommandPluginCommon
CommandPluginServerImpl
structs
CommandParams
ExecResult