OnCustomCommand Funcdef
Used with RegisterCustomCommand to handle custom commands.
Syntax
void OnCustomCommand(
int fromTime,
int toTime,
const string&in commandLine,
const array<string>&in args
)
Parameters
int fromTime
int toTime
const string&in commandLine
Return value
None.
Remarks
None.