fatality.value
returns the config value as an integer
get_int( )
returns the config value as a float
get_float( )
returns the config value as a boolean
get_bool( )
returns the config value as a csgo.color
get_color( )
sets the config value to an integer value
set_int( value )
Parameter
Data type
Description
value
integer
value to set config value to
sets the config value to a float value
set_float( value )
float
sets the config value to a boolean value
set_bool( value )
boolean
sets the config value to a csgo.color value
set_color( value )
csgo.color
Last updated 3 years ago