Xonotic
cl_freezetag.qc File Reference
+ Include dependency graph for cl_freezetag.qc:

Go to the source code of this file.

Functions

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

Function Documentation

◆ HUD_Mod_FreezeTag()

void HUD_Mod_FreezeTag ( vector  myPos,
vector  mySize 
)

Definition at line 10 of file cl_freezetag.qc.

References autocvar_hud_panel_modicons_freezetag_layout, HUD_Mod_CA_Draw(), and mod_active.

11 {
12  mod_active = 1; // required in each mod function that always shows something
13 
15 }
bool mod_active
Definition: modicons.qh:7
void HUD_Mod_CA_Draw(vector myPos, vector mySize, int layout)
Definition: cl_clanarena.qc:56
int autocvar_hud_panel_modicons_freezetag_layout
Definition: cl_freezetag.qh:3
+ Here is the call graph for this function:

◆ HUD_Mod_FreezeTag_Export()

void HUD_Mod_FreezeTag_Export ( int  fh)

Definition at line 5 of file cl_freezetag.qc.

References HUD_Write_Cvar.

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