Xonotic
|
#include "../panel.qh"
Go to the source code of this file.
bool autocvar_hud_panel_healtharmor |
Definition at line 4 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
int autocvar_hud_panel_healtharmor_baralign |
Definition at line 5 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
bool autocvar_hud_panel_healtharmor_combined |
Definition at line 6 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
Definition at line 7 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
bool autocvar_hud_panel_healtharmor_flip |
Definition at line 8 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
float autocvar_hud_panel_healtharmor_fuelbar_startalpha = 0.3 |
Definition at line 13 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
Definition at line 9 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
int autocvar_hud_panel_healtharmor_iconalign |
Definition at line 10 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
int autocvar_hud_panel_healtharmor_maxarmor |
Definition at line 11 of file healtharmor.qh.
Referenced by Draw_ShowNames(), and HUD_HealthArmor().
int autocvar_hud_panel_healtharmor_maxhealth |
Definition at line 12 of file healtharmor.qh.
Referenced by Draw_ShowNames(), and HUD_HealthArmor().
float autocvar_hud_panel_healtharmor_oxygenbar_startalpha = 0.2 |
Definition at line 14 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
bool autocvar_hud_panel_healtharmor_progressbar |
Definition at line 15 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
string autocvar_hud_panel_healtharmor_progressbar_armor |
Definition at line 16 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
bool autocvar_hud_panel_healtharmor_progressbar_gfx |
Definition at line 18 of file healtharmor.qh.
Referenced by HUD_HealthArmor(), and NET_HANDLE().
float autocvar_hud_panel_healtharmor_progressbar_gfx_damage |
Definition at line 19 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
float autocvar_hud_panel_healtharmor_progressbar_gfx_lowhealth |
Definition at line 20 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
float autocvar_hud_panel_healtharmor_progressbar_gfx_smooth |
Definition at line 21 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
string autocvar_hud_panel_healtharmor_progressbar_health |
Definition at line 17 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
int autocvar_hud_panel_healtharmor_text |
Definition at line 22 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
vector autocvar_hud_progressbar_armor_color |
Definition at line 24 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
vector autocvar_hud_progressbar_fuel_color |
Definition at line 25 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
vector autocvar_hud_progressbar_health_color |
Definition at line 26 of file healtharmor.qh.
Referenced by HUD_HealthArmor().
vector autocvar_hud_progressbar_oxygen_color = '0.1 1 1' |
Definition at line 27 of file healtharmor.qh.
Referenced by HUD_HealthArmor().