Console
The Console library provides functions for creating and managing a custom console window.
Overview
These functions allow you to:
- Create and manage a custom console window
- Print messages with different log levels
- Get user input from the console
Available Functions
| Function | Description |
|---|---|
rconsoleshow | Create and show the console window |
rconsolehide | Hide and destroy the console window |
rconsoletoggle | Toggle console visibility |
rconsolehidden | Check if console is hidden |
rconsoletop | Bring console to front |
rconsoleprint | Print text to console |
rconsoleinfo | Print info message to console |
rconsolewarn | Print warning to console |
rconsoleerr | Print error to console |
rconsoleclear | Clear console output |
rconsolename | Set console window title |
rconsoleinput | Get input from user |