voxelman v0.8.0-dev.1 (2016-08-25T11:08:56Z)
Dub
Repo
ExecResult
voxelman
command
plugin
Undocumented in source.
struct
ExecResult {
string
[]
args
;
ExecStatus
status
;
string
error
;
}
Members
Variables
args
string
[]
args
;
Undocumented in source.
error
string
error
;
Undocumented in source.
status
ExecStatus
status
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
command
plugin
aliases
CommandHandler
classes
CommandPluginClient
CommandPluginServer
enums
ExecStatus
mixin templates
CommandPluginCommon
CommandPluginServerImpl
structs
CommandParams
ExecResult