Console

rconsoleclear

<nil> rconsoleclear()

Clears the output of the console window.


rconsolecreate

<nil> rconsolecreate()

Opens the console window. Text previously output to the console will not be cleared.

⚠️ This function is disabled.


rconsoledestroy

<nil> rconsoledestroy()

Clears the output of the console window.


rconsoleinput

<string> rconsoleinput()

Waits for the user to input text into the console window. Returns the result.

⚠️ This function is disabled.


rconsoleprint

Prints text to the console window. Does not clear existing text or create a new line.


rconsolewarn

Prints text as a warning to the console window. Does not clear existing text or create a new line.


rconsoleerror

Prints text as an error to the console window. Does not clear existing text or create a new line.


rconsolesettitle

Sets the title of the console window to title.

⚠️ This function is disabled.


Last updated