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_Export (int fh)

Variables

int autocvar_hud_panel_modicons_freezetag_layout

Function Documentation

◆ 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

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().