|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "cl_ctf.qh"#include <common/mutators/base.qh>#include <client/draw.qh>#include <client/hud/_mod.qh>#include <client/hud/panel/modicons.qh>Go to the source code of this file.
Macros | |
| #define | X(team) |
| #define | X(team) |
| #define | X(team, cond) |
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().
| #define X | ( | team | ) |
| #define X | ( | team, | |
| cond ) |
Definition at line 21 of file cl_ctf.qc.
References autocvar__hud_configure, autocvar__teams_available, BIT, CTF_BLUE_FLAG_TAKEN, CTF_FLAG_NEUTRAL, CTF_NEUTRAL_FLAG_TAKEN, ctf_oneflag, CTF_PINK_FLAG_TAKEN, CTF_RED_FLAG_TAKEN, CTF_SHIELDED, CTF_STALEMATE, ctf_stalemate, CTF_YELLOW_FLAG_TAKEN, eX, eY, mod_active, myteam, NUM_TEAM_1, NUM_TEAM_2, NUM_TEAM_3, NUM_TEAM_4, STAT, string_null, vector, and X.
Referenced by HUD_ModIcons(), and CaptureTheFlag::void().
| 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.
Referenced by CaptureTheFlag::void().
| MUTATOR_HOOKFUNCTION | ( | cl_ctf | , |
| ShowRankings | ) |
Definition at line 198 of file cl_ctf.qc.
References autocvar_hud_panel_scoreboard_ctf_leaderboard, ISGAMETYPE, M_ARGV, and STAT.
| 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().