Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
cl_freezetag.qh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void HUD_Mod_FreezeTag (vector myPos, vector mySize, bool should_draw)
void HUD_Mod_FreezeTag_Export (int fh)

Variables

int autocvar_hud_panel_modicons_freezetag_layout

Function Documentation

◆ HUD_Mod_FreezeTag()

void HUD_Mod_FreezeTag ( vector myPos,
vector mySize,
bool should_draw )

Definition at line 10 of file cl_freezetag.qc.

11{
12 if (!should_draw)
13 return;
14
15 mod_active = 1; // required in each mod function that always shows something
16
18}
void HUD_Mod_CA_Draw(vector myPos, vector mySize, int layout)
int autocvar_hud_panel_modicons_freezetag_layout
bool mod_active
Definition modicons.qh:7

References autocvar_hud_panel_modicons_freezetag_layout, HUD_Mod_CA_Draw(), mod_active, and vector.

Referenced by FreezeTag::void().

◆ HUD_Mod_FreezeTag_Export()

void HUD_Mod_FreezeTag_Export ( int fh)

Definition at line 5 of file cl_freezetag.qc.

6{
7 HUD_Write_Cvar("hud_panel_modicons_freezetag_layout");
8}
#define HUD_Write_Cvar(cvar)
Definition hud_config.qh:40

References HUD_Write_Cvar.

Referenced by FreezeTag::void().

Variable Documentation

◆ autocvar_hud_panel_modicons_freezetag_layout

int autocvar_hud_panel_modicons_freezetag_layout

Definition at line 3 of file cl_freezetag.qh.

Referenced by HUD_Mod_FreezeTag().