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

const array<string>&in args

Return value

None.

Remarks

None.