Variables |
bool | alwaysUseDebugOutput |
| Determines whether to send output to the platform's "debug" system.
|
string | File |
| The currently executing script file.
|
bool | logBufferEnabled |
| If true, the log buffer will be enabled.
|
int | printLevel |
| This is deprecated.
|
string | Root |
| The mod folder for the currently executing script file.
|
bool | useTimestamp |
| If true a timestamp is prepended to every console message.
|
bool | warnUndefinedVariables |
| If true, a warning will be displayed in the console whenever a undefined variable is used in script.
|