|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | TUR_CONFIG_WRITE_CVARS(turname, name, T) |
| #define | TUR_CONFIG_WRITE_PROPS_float(turname, name) |
| #define | TUR_CONFIG_WRITE_PROPS_string(turname, name) |
Functions | |
| void | Dump_Turret_Settings () |
| void | T_Config_Queue (string setting) |
Variables | |
| float | tur_config_alsoprint |
| float | TUR_CONFIG_COUNT |
| float | tur_config_file |
| #define TUR_CONFIG_WRITE_CVARS | ( | turname, | |
| name, | |||
| T ) |
| #define TUR_CONFIG_WRITE_PROPS_float | ( | turname, | |
| name ) |
Definition at line 23 of file config.qh.
| #define TUR_CONFIG_WRITE_PROPS_string | ( | turname, | |
| name ) |
Definition at line 17 of file config.qh.
| void Dump_Turret_Settings | ( | ) |
Definition at line 45 of file config.qc.
References config_queue, FOREACH, heapsort(), LOG_INFOF, MAX_CONFIG_SETTINGS, NULL, REGISTRY_COUNT, string_null, T_Config_Queue_Compare(), T_Config_Queue_Swap(), TUR_CONFIG_COUNT, and TUR_CONFIG_WRITETOFILE.
Referenced by GENERIC_COMMAND().
Definition at line 16 of file config.qc.
References config_queue, MAX_CONFIG_SETTINGS, and TUR_CONFIG_COUNT.
| float tur_config_alsoprint |
Definition at line 10 of file config.qh.
Referenced by GENERIC_COMMAND().
| float TUR_CONFIG_COUNT |
Definition at line 12 of file config.qh.
Referenced by Dump_Turret_Settings(), and T_Config_Queue().
| float tur_config_file |
Definition at line 9 of file config.qh.
Referenced by GENERIC_COMMAND().