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 the current Windows console screen buffer when a console window exists. |
rconsolecreate | Allocates a Windows console for the process when no console window exists. |
rconsoledestroy | Clears the current Windows console screen buffer, hides the console window, and detaches the process from the console from the console. |
rconsoleerr | Writes zero or more values to the current Windows console with stdout after setting the console text attribute to error text color. |
rconsolehide | Hides the current Windows console window . |
rconsoleinfo | Writes zero or more values to the current Windows console with stdout after setting the console text attribute to info text color. |
rconsoleinput | Waits for one line of input from the current Windows console and returns it without the ending newline. |
rconsolename | Sets the current Windows console window title . |
rconsoleprint | Writes zero or more values to the current Windows console with stdout without changing the console text attribute. |
rconsoleshow | Shows the current Windows console window . |
rconsolewarn | Writes zero or more values to the current Windows console using the warning text color, then restores the normal console text color. |