csgo.cvar
Convar data type. See cvar:find_var
returns the convar value as an integer
get_int( )
returns the convar value as a float
get_float( )
sets the convar value as an integer
set_int( value )
Parameter
Data type
Description
value
integer
value to set the convar to
sets the convar value as a float
set_float( value )
float
sets the convar value as a string
set_string( value )
string
sets the convar value as a csgo.color
csgo.color
allows use of sv_cheat protected convars
unlock( )
Last updated 3 years ago