Console

Emulation for the JavaScript console

Constructor

new Console()

Methods

clear() → {void}

Clears the Scripter log window.

Returns:
Type: 
void

error(…message) → {void}

Writes in red to the Scripter log window. If the log window is not visible, errors will be sent to the Virt-A-Mate errors window.

Parameters:
NameTypeAttributesDescription
message*<repeatable>
Returns:
Type: 
void

log(…message) → {void}

Writes to the Scripter log window.

Parameters:
NameTypeAttributesDescription
message*<repeatable>
Returns:
Type: 
void