rconsoletop
Brings the console window to the front.
Syntax
rconsoletop() -> voidReturns
This function does not return a value.
Description
rconsoletop brings the console window to the front of all other windows, making it the topmost window.
Example
rconsoleshow()
rconsoleprint("This console is now on top!\n")
-- Bring console to front
rconsoletop()Notes
- Useful when the console gets hidden behind other windows
- Has no effect if the console is hidden
Related Functions
rconsoleshow- Show the console