settings_api
Browse all symbols documented inside this include file.
Functions
| Name | Description |
|---|---|
| register_players_option_cell | Register option for players (int/float/bool value) note: should be called in plugin_precache @param optionName option name @param fieldType see `OptionFieldType` constants @param defaultValue default value @noreturn |
| register_players_option_str | Register option for players (string value) note: should be called in plugin_precache @param optionName option name @param defaultValue default value @noreturn |
| find_option_by_name | Get option id by its name note: should not be called in plugin_precache @param optionName option name @return -1 if option does not exist, id >= 0 otherwise |
| get_option_cell | — |
| set_option_cell | — |
| get_option_string | — |
| set_option_string | — |