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