Functions
api_json_settings.inc
zombie plague next
| Function | Type | Description |
|---|---|---|
| json_setting_get_bool | native | Returns the boolean value of the key |
| json_setting_get_float | native | Returns the float value of the key |
| json_setting_get_float_arr | native | Returns the array float value of the key |
| json_setting_get_int | native | Returns the integer value of the key |
| json_setting_get_int_arr | native | Returns the array int value of the key |
| json_setting_get_string | native | Returns the string value of the key |
| json_setting_get_string_arr | native | Returns the array string value of the key |
| json_setting_remove_key | native | Remove the key from section |
| json_setting_remove_section | native | Removes the section and all its keys |
| json_setting_set_bool | native | Defines an boolean value for key |
| json_setting_set_float | native | Defines an float value for key |
| json_setting_set_float_arr | native | Defines an array float value for key |
| json_setting_set_int | native | Defines an integer value for key |
| json_setting_set_int_arr | native | Defines an array int value for key |
| json_setting_set_string | native | Defines an string value for key |
| json_setting_set_string_arr | native | Defines an array string value for key |