Skip to content
IonizeDocsionize.cc ↗

API Reference

Console Library

Creating and writing to a separate output console window.

9 members

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(): string

Blocks until a line is entered, then returns it.