reference monoe.system.console

Lua API Reference

Provides interactions with the engine's console.

monoe.system.console.write

Writes in the console. Arguments are not formated.


monoe.system.console.writeline

Writes in the console, and adds a line at the end. Arguments are not formated.


monoe.system.console.warn

Writes a warning in the console. The warning is printed in yellow, with a time stamp.


monoe.system.console.error

Writes an error in the console. The error is printed in red, with a time stamp.


monoe.system.console.info

Writes an information in the console. The information is printed in grey, with a time stamp. If the engine does not run in verbose mode, the message won't be show.