|
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 | WEP_CONFIG_WRITE_CVARS(wepname, name, T) |
| #define | WEP_CONFIG_WRITE_PROPS_float(wepname, name) |
| #define | WEP_CONFIG_WRITE_PROPS_string(wepname, name) |
Functions | |
| void | Dump_Weapon_Settings () |
| void | W_Config_Queue (string setting) |
Variables | |
| bool | wep_config_alsoprint |
| int | WEP_CONFIG_COUNT |
| int | wep_config_file |
| #define WEP_CONFIG_WRITE_CVARS | ( | wepname, | |
| name, | |||
| T ) |
| #define WEP_CONFIG_WRITE_PROPS_float | ( | wepname, | |
| name ) |
Definition at line 23 of file config.qh.
| #define WEP_CONFIG_WRITE_PROPS_string | ( | wepname, | |
| name ) |
Definition at line 17 of file config.qh.
| void Dump_Weapon_Settings | ( | ) |
Definition at line 32 of file config.qc.
References config_queue, FOREACH, heapsort(), LOG_INFOF, MAX_CONFIG_SETTINGS, NULL, string_null, W_Config_Queue_Compare(), W_Config_Queue_Swap(), Weapons, WEP_CONFIG_COUNT, WEP_CONFIG_WRITETOFILE, WEP_FLAG_MUTATORBLOCKED, and WEP_FLAG_SPECIALATTACK.
Definition at line 14 of file config.qc.
References config_queue, MAX_CONFIG_SETTINGS, and WEP_CONFIG_COUNT.
| int WEP_CONFIG_COUNT |
Definition at line 12 of file config.qh.
Referenced by Dump_Weapon_Settings(), and W_Config_Queue().