Cvar
csgo.interface_handler:get_cvar( )
Functions
find_var
returns a csgo.cvar value
cvar:find_var( var_name )
Parameter
Data type
Description
var_name
string
print_console
prints text to the console
cvar:print_console( text, color )
Parameter
Data type
Description
text
string
the text to be printed
color
color of text
print_dev_console
prints text to the developer console at the top left of the screen
cvar:print_dev_console( text )
Parameter
Data type
Description
text
string
the text to be printed
Example
Last updated