Console
<void> rconsoleprint(<string> msg)
Prints msg into console.
Color
Code
Black
@@BLACK@@
Blue
@@BLUE@@
Green
@@GREEN@@
Cyan
@@CYAN@@
Red
@@RED@@
Magenta
@@MAGENTA@@
Brown
@@BROWN@@
Light Gray
@@LIGHT_GRAY@@
Dark Gray
@@DARK_GRAY@@
Light Blue
@@LIGHT_BLUE@@
Light Green
@@LIGHT_GREEN@@
Light Cyan
@@LIGHT_CYAN@@
Light Red
@@LIGHT_RED@@
Light Magenta
@@LIGHT_MAGENTA@@
Yellow
@@YELLOW@@
White
@@WHITE@@
<void> rconsoleinfo(<string> msg)
Prints msg with info text.
<void> rconsolewarn(<string> msg)
Prints msg with warn text.
<void> rconsolerr(<string> msg)
Prints msg with error text.
<void> rconsoleclear(<void>)
Clears the console.
<void> rconsoletitle(<string> msg)
Sets console title to msg.
Last updated