lumarsh ~master (2021-11-11T18:52:34Z)
Dub
Repo
ExecuteCommand
commands
execute
Undocumented in source.
@
Command
("execute", "Executes the given LUA text")
struct
ExecuteCommand {
@
ArgPositional
("command", "The command text to execute")
string
command
;
@
ArgOverflow
string
[]
args
;
int
onExecute
();
}
Members
Functions
onExecute
int
onExecute
()
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.
Meta
Source
See Implementation
commands
execute
structs
ExecuteCommand