Xonotic
healtharmor.qh File Reference
#include "../panel.qh"
+ Include dependency graph for healtharmor.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

bool autocvar_hud_panel_healtharmor
 
int autocvar_hud_panel_healtharmor_baralign
 
bool autocvar_hud_panel_healtharmor_combined
 
bool autocvar_hud_panel_healtharmor_dynamichud = true
 
bool autocvar_hud_panel_healtharmor_flip
 
float autocvar_hud_panel_healtharmor_fuelbar_startalpha = 0.3
 
bool autocvar_hud_panel_healtharmor_hide_ondeath = false
 
int autocvar_hud_panel_healtharmor_iconalign
 
int autocvar_hud_panel_healtharmor_maxarmor
 
int autocvar_hud_panel_healtharmor_maxhealth
 
float autocvar_hud_panel_healtharmor_oxygenbar_startalpha = 0.2
 
bool autocvar_hud_panel_healtharmor_progressbar
 
string autocvar_hud_panel_healtharmor_progressbar_armor
 
bool autocvar_hud_panel_healtharmor_progressbar_gfx
 
float autocvar_hud_panel_healtharmor_progressbar_gfx_damage
 
float autocvar_hud_panel_healtharmor_progressbar_gfx_lowhealth
 
float autocvar_hud_panel_healtharmor_progressbar_gfx_smooth
 
string autocvar_hud_panel_healtharmor_progressbar_health
 
int autocvar_hud_panel_healtharmor_text
 
vector autocvar_hud_progressbar_armor_color
 
vector autocvar_hud_progressbar_fuel_color
 
vector autocvar_hud_progressbar_health_color
 
vector autocvar_hud_progressbar_oxygen_color = '0.1 1 1'
 

Variable Documentation

◆ autocvar_hud_panel_healtharmor

bool autocvar_hud_panel_healtharmor

Definition at line 4 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_baralign

int autocvar_hud_panel_healtharmor_baralign

Definition at line 5 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_combined

bool autocvar_hud_panel_healtharmor_combined

Definition at line 6 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_dynamichud

bool autocvar_hud_panel_healtharmor_dynamichud = true

Definition at line 7 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_flip

bool autocvar_hud_panel_healtharmor_flip

Definition at line 8 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_fuelbar_startalpha

float autocvar_hud_panel_healtharmor_fuelbar_startalpha = 0.3

Definition at line 13 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_hide_ondeath

bool autocvar_hud_panel_healtharmor_hide_ondeath = false

Definition at line 9 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_iconalign

int autocvar_hud_panel_healtharmor_iconalign

Definition at line 10 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_maxarmor

int autocvar_hud_panel_healtharmor_maxarmor

Definition at line 11 of file healtharmor.qh.

Referenced by Draw_ShowNames(), and HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_maxhealth

int autocvar_hud_panel_healtharmor_maxhealth

Definition at line 12 of file healtharmor.qh.

Referenced by Draw_ShowNames(), and HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_oxygenbar_startalpha

float autocvar_hud_panel_healtharmor_oxygenbar_startalpha = 0.2

Definition at line 14 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_progressbar

bool autocvar_hud_panel_healtharmor_progressbar

Definition at line 15 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_progressbar_armor

string autocvar_hud_panel_healtharmor_progressbar_armor

Definition at line 16 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_progressbar_gfx

bool autocvar_hud_panel_healtharmor_progressbar_gfx

Definition at line 18 of file healtharmor.qh.

Referenced by HUD_HealthArmor(), and NET_HANDLE().

◆ autocvar_hud_panel_healtharmor_progressbar_gfx_damage

float autocvar_hud_panel_healtharmor_progressbar_gfx_damage

Definition at line 19 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_progressbar_gfx_lowhealth

float autocvar_hud_panel_healtharmor_progressbar_gfx_lowhealth

Definition at line 20 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_progressbar_gfx_smooth

float autocvar_hud_panel_healtharmor_progressbar_gfx_smooth

Definition at line 21 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_progressbar_health

string autocvar_hud_panel_healtharmor_progressbar_health

Definition at line 17 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_panel_healtharmor_text

int autocvar_hud_panel_healtharmor_text

Definition at line 22 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_progressbar_armor_color

vector autocvar_hud_progressbar_armor_color

Definition at line 24 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_progressbar_fuel_color

vector autocvar_hud_progressbar_fuel_color

Definition at line 25 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_progressbar_health_color

vector autocvar_hud_progressbar_health_color

Definition at line 26 of file healtharmor.qh.

Referenced by HUD_HealthArmor().

◆ autocvar_hud_progressbar_oxygen_color

vector autocvar_hud_progressbar_oxygen_color = '0.1 1 1'

Definition at line 27 of file healtharmor.qh.

Referenced by HUD_HealthArmor().