Volt

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

FunctionDescription
rconsoleshowCreate and show the console window
rconsolehideHide and destroy the console window
rconsoletoggleToggle console visibility
rconsolehiddenCheck if console is hidden
rconsoletopBring console to front
rconsoleprintPrint text to console
rconsoleinfoPrint info message to console
rconsolewarnPrint warning to console
rconsoleerrPrint error to console
rconsoleclearClear console output
rconsolenameSet console window title
rconsoleinputGet input from user

On this page