Appearance
function log(this: void, text: string): void;
Log a message through the script log channel.
this
void
text
string
In non-master builds the message is sent to CScriptEngine::script_log.
CScriptEngine::script_log