Cvar
csgo.cvar
Last updated
csgo.cvar
Last updated
Convar data type. See
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 )
Parameter
Data type
Description
value
float
value to set the convar to
sets the convar value as a string
set_string( value )
Parameter
Data type
Description
value
string
value to set the convar to
set_float( value )
Parameter
Data type
Description
value
value to set the convar to
allows use of sv_cheat protected convars
unlock( )
sets the convar value as a