Beta Documentation - Subject to change.

Logs a message to the script log.

Syntax

Lua
function Engine.ScriptLog(message);

Parameters

message
Type: string
The message to log.

Remarks

Logs a message to the script log. This is a shared log for all scripts that can be used to write information for a running script.

See Also