Xonotic
|
#include "config.qh"
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().
Definition at line 27 of file config.qc.
References strcmp.
Referenced by Dump_Weapon_Settings().
Definition at line 20 of file config.qc.
Referenced by Dump_Weapon_Settings().