|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| void | DrawCAItem (vector myPos, vector mySize, float aspect_ratio, int layout, int i) |
| void | HUD_Mod_CA (vector myPos, vector mySize) |
| void | HUD_Mod_CA_Draw (vector myPos, vector mySize, int layout) |
| void | HUD_Mod_CA_Export (int fh) |
| MUTATOR_HOOKFUNCTION (cl_ca, DrawInfoMessages) | |
| REGISTER_MUTATOR (cl_ca, true) | |
Definition at line 19 of file cl_clanarena.qc.
References color, DRAWFLAG_NORMAL, drawpic_aspect_skin, drawstring_aspect(), eX, ftos(), panel_fg_alpha, STAT, TC, vec2, and vector.
Referenced by HUD_Mod_CA_Draw().
Definition at line 85 of file cl_clanarena.qc.
References autocvar_hud_panel_modicons_ca_layout, HUD_Mod_CA_Draw(), mod_active, and vector.
Referenced by ClanArena::void().
Definition at line 56 of file cl_clanarena.qc.
References ceil(), DrawCAItem(), HUD_GetRowCount(), team_count, vec2, and vector.
Referenced by HUD_Mod_CA(), and HUD_Mod_FreezeTag().
Definition at line 7 of file cl_clanarena.qc.
References HUD_Write_Cvar.
Referenced by ClanArena::void().
| MUTATOR_HOOKFUNCTION | ( | cl_ca | , |
| DrawInfoMessages | ) |
Definition at line 14 of file cl_clanarena.qc.
References entcs_GetSpecState(), ENTCS_SPEC_IN_SCOREBOARD, ISGAMETYPE, and player_localnum.
| REGISTER_MUTATOR | ( | cl_ca | , |
| true | ) |