API Reference
Console Library
Creating and writing to a separate output console window.
rconsolecreate(): ()Opens the console window.
rconsoledestroy(): ()Closes the console window.
rconsoleclear(): ()Clears the console contents.
rconsolesettitle(title: string): ()Sets the console window title.
rconsoleprint(text: string): ()Writes text to the console.
rconsoleinfo(text: string): ()Writes an informational line to the console.
rconsolewarn(text: string): ()Writes a warning line to the console.
rconsoleerr(text: string): ()Writes an error line to the console.
rconsoleinput(): stringBlocks until a line is entered, then returns it.