Loading function...

Please make sure JavaScript is enabled. Otherwise you will be unable to see the function documentation.

Returns if the console is currently opened. Primarily intended for scripts to be able to limit certain inputs when the console is in focus.

Arguments

None.

Results

Convert all arguments to strings using tostring and print them in the console as output text.

Arguments

Results

None.

This function is an alias to PrintOutput that replaces the originally useless print function.

Arguments

Results

None.

Convert all arguments to strings using tostring and print them in the console as warning text.

Arguments

Results

None.

Convert all arguments to strings using tostring and print them in the console as error text.

Arguments

Results

None.