Console
<nil> rconsoleclear()
Clears the output of the console window.
<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.
<string> rconsoleinput()
Waits for the user to input text into the console window. Returns the result.
⚠️ This function is disabled.
Prints text to the console window. Does not clear existing text or create a new line.
Prints text as a warning to the console window. Does not clear existing text or create a new line.
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.