Category
Console
Runtime output and console controls.Category guide
Overview
Use this overview to understand the category before opening a specific function.- See what this group of functions is meant to solve.
- Compare function names and descriptions in one table.
- Open a function for syntax, arguments, returns, and examples.
Console
Available functions
| Function | Description |
|---|---|
rconsoleclear | Clears all text from the Real console window. |
rconsolecreate | Creates or opens the Real console window. |
rconsoledestroy | Destroys the Real console window and releases its console handle. |
rconsoleerr | Writes one or more values to the console using error styling. |
rconsolehide | Hides the console window without destroying it. |
rconsoleinfo | Writes one or more values to the console using informational styling. |
rconsoleinput | Waits for text input from the console and returns the submitted line. |
rconsolename | Sets the title of the console window. |
rconsoleprint | Writes one or more values to the console. |
rconsoleshow | Shows the console window if it is hidden. |
rconsolewarn | Writes one or more values to the console using warning styling. |