$Con

consoledoc.h

More...

Public Variables

bool

Determines whether to send output to the platform's "debug" system.

string

The currently executing script file.

bool

If true, the log buffer will be enabled.

int

If greater than zero then it counts the number of object creation failures based on a missing copy object and does not report an error..

int

This is deprecated.

string

The mod folder for the currently executing script file.

bool

If true a date and time will be prepended to every console message.

bool

If true a timestamp is prepended to every console message.

bool

If true, a warning will be displayed in the console whenever a undefined variable is used in script.

Detailed Description

Public Variables

bool alwaysUseDebugOutput 

Determines whether to send output to the platform's "debug" system.

note:

This is disabled in shipping builds.

string File 

The currently executing script file.

bool logBufferEnabled 

If true, the log buffer will be enabled.

int objectCopyFailures 

If greater than zero then it counts the number of object creation failures based on a missing copy object and does not report an error..

int printLevel 

This is deprecated.

It is no longer in use and does nothing.

string Root 

The mod folder for the currently executing script file.

bool useRealTimestamp 

If true a date and time will be prepended to every console message.

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.