Cvar
csgo.interface_handler:get_cvar( )
Last updated
csgo.interface_handler:get_cvar( )
Last updated
returns a value
cvar:find_var( var_name )
Parameter
Data type
Description
var_name
string
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
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