|
Xonotic
|
#include "cl_ctf.qh"#include <common/mutators/base.qh>#include <client/draw.qh>#include <client/hud/_mod.qh>#include <client/hud/panel/modicons.qh>
Include dependency graph for cl_ctf.qc:Go to the source code of this file.
Macros | |
| #define | X(team) |
| #define | X(team, cond) |
| #define | X(team) |
Functions | |
| void | HUD_Mod_CTF (vector pos, vector mySize) |
| void | HUD_Mod_CTF_Reset () |
| MUTATOR_HOOKFUNCTION (cl_ctf, ShowRankings) | |
| REGISTER_MUTATOR (cl_ctf, true) | |
| #define X | ( | team | ) |
Referenced by HUD_Mod_CTF(), and UpdatePlayerSounds().
| #define X | ( | team, | |
| cond | |||
| ) |
| #define X | ( | team | ) |
Definition at line 21 of file cl_ctf.qc.
References autocvar__hud_configure, autocvar__teams_available, BIT, ctf_oneflag, ctf_stalemate, eX, eY, mod_active, NUM_TEAM_1, NUM_TEAM_2, NUM_TEAM_3, NUM_TEAM_4, string_null, vector(), and X.
Referenced by HUD_ModIcons().
Here is the call graph for this function:
Here is the caller graph for this function:| void HUD_Mod_CTF_Reset | ( | ) |
Definition at line 13 of file cl_ctf.qc.
References blueflag_prevframe, blueflag_prevstatus, blueflag_statuschange_time, neutralflag_prevframe, neutralflag_prevstatus, neutralflag_statuschange_time, pinkflag_prevframe, pinkflag_prevstatus, pinkflag_statuschange_time, redflag_prevframe, redflag_prevstatus, redflag_statuschange_time, yellowflag_prevframe, yellowflag_prevstatus, and yellowflag_statuschange_time.
| MUTATOR_HOOKFUNCTION | ( | cl_ctf | , |
| ShowRankings | |||
| ) |
Definition at line 198 of file cl_ctf.qc.
References autocvar_hud_panel_scoreboard_ctf_leaderboard, ISGAMETYPE, and M_ARGV.
| REGISTER_MUTATOR | ( | cl_ctf | , |
| true | |||
| ) |
| int autocvar__teams_available |
Definition at line 20 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF().
Definition at line 194 of file cl_ctf.qc.
Referenced by MUTATOR_HOOKFUNCTION().
| int blueflag_prevframe |
Definition at line 9 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int blueflag_prevstatus |
Definition at line 10 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| float blueflag_statuschange_time |
Definition at line 11 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int neutralflag_prevframe |
Definition at line 9 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int neutralflag_prevstatus |
Definition at line 10 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| float neutralflag_statuschange_time |
Definition at line 11 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int pinkflag_prevframe |
Definition at line 9 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int pinkflag_prevstatus |
Definition at line 10 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| float pinkflag_statuschange_time |
Definition at line 11 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int redflag_prevframe |
Definition at line 9 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int redflag_prevstatus |
Definition at line 10 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| float redflag_statuschange_time |
Definition at line 11 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int yellowflag_prevframe |
Definition at line 9 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| int yellowflag_prevstatus |
Definition at line 10 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().
| float yellowflag_statuschange_time |
Definition at line 11 of file cl_ctf.qc.
Referenced by HUD_Mod_CTF_Reset().