Config Value
fatality.value
Last updated
fatality.value
Last updated
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
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 )
Parameter
Data type
Description
value
float
value to set config value to
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( value )
Parameter
Data type
Description
value
value to set config value to
sets the config value to a value