|
Xonotic
|
#include "config.qh"
Include dependency graph for config.qc:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | WEP_CONFIG_WRITETOFILE(str) write_String_To_File(wep_config_file, str, wep_config_alsoprint) |
Functions | |
| void | Dump_Weapon_Settings () |
| void | W_Config_Queue (string setting) |
| float | W_Config_Queue_Compare (int root, int child, entity pass) |
| void | W_Config_Queue_Swap (int root, int child, entity pass) |
| #define WEP_CONFIG_WRITETOFILE | ( | str | ) | write_String_To_File(wep_config_file, str, wep_config_alsoprint) |
Referenced by Dump_Weapon_Settings().
| void Dump_Weapon_Settings | ( | ) |
Definition at line 32 of file config.qc.
References for(), FOREACH, heapsort(), LOG_INFOF, NULL, string_null, W_Config_Queue_Compare(), W_Config_Queue_Swap(), WEP_CONFIG_WRITETOFILE, WEP_FLAG_MUTATORBLOCKED, and WEP_FLAG_SPECIALATTACK.
Referenced by GENERIC_COMMAND().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 27 of file config.qc.
References strcmp.
Referenced by Dump_Weapon_Settings().
Here is the caller graph for this function:Definition at line 20 of file config.qc.
Referenced by Dump_Weapon_Settings().
Here is the caller graph for this function: