voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
CommandParams
voxelman
command
plugin
Undocumented in source.
struct
CommandParams {
string
rawArgs
;
auto
rawStrippedArgs
();
string
[]
args
;
SessionId
sourceSession
;
CommandSourceType
sourceType
;
TextSink
*
textOutput
;
}
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.
sourceSession
SessionId
sourceSession
;
Undocumented in source.
sourceType
CommandSourceType
sourceType
;
Undocumented in source.
textOutput
TextSink
*
textOutput
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
command
plugin
aliases
CommandHandler
classes
CommandPluginClient
CommandPluginServer
enums
ExecStatus
mixin templates
CommandPluginCommon
structs
CommandInfo
CommandParams