selery v0.1.1 (2018-02-09T09:47:44Z)
Dub
Repo
CommandResult
selery
command
command
Undocumented in source.
struct
CommandResult {
enum
SUCCESS
;
enum
UNIMPLEMENTED
;
enum
NOT_FOUND
;
enum
INVALID_SYNTAX
;
anonymousenum
success
;
ubyte
result
;
string
[]
args
;
string
command
;
bool
successful
[@property getter];
bool
trigger
(CommandSender sender);
}
Members
Enums
success
anonymousenum
success
Undocumented in source.
Functions
trigger
bool
trigger
(CommandSender sender)
Manifest constants
INVALID_SYNTAX
enum
INVALID_SYNTAX
;
Undocumented in source.
NOT_FOUND
enum
NOT_FOUND
;
Undocumented in source.
SUCCESS
enum
SUCCESS
;
Undocumented in source.
UNIMPLEMENTED
enum
UNIMPLEMENTED
;
Undocumented in source.
Properties
successful
bool
successful
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
args
string
[]
args
;
Undocumented in source.
command
string
command
;
Undocumented in source.
result
ubyte
result
;
Undocumented in source.
Meta
Source
See Implementation
selery
command
command
classes
Command
functions
areValidArgs
structs
CommandResult