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

11 functions
FunctionDescription
rconsoleclearClears all text from the Real console window.
rconsolecreateCreates or opens the Real console window.
rconsoledestroyDestroys the Real console window and releases its console handle.
rconsoleerrWrites one or more values to the console using error styling.
rconsolehideHides the console window without destroying it.
rconsoleinfoWrites one or more values to the console using informational styling.
rconsoleinputWaits for text input from the console and returns the submitted line.
rconsolenameSets the title of the console window.
rconsoleprintWrites one or more values to the console.
rconsoleshowShows the console window if it is hidden.
rconsolewarnWrites one or more values to the console using warning styling.