Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
powerups.qh
Go to the documentation of this file.
1
#pragma once
2
#include "
../panel.qh
"
3
4
bool
autocvar_hud_panel_powerups
;
5
int
autocvar_hud_panel_powerups_baralign
;
6
bool
autocvar_hud_panel_powerups_dynamichud
=
true
;
7
bool
autocvar_hud_panel_powerups_hide_ondeath
=
false
;
8
int
autocvar_hud_panel_powerups_iconalign
;
9
bool
autocvar_hud_panel_powerups_progressbar
;
10
bool
autocvar_hud_panel_powerups_text
;
11
12
vector
autocvar_hud_progressbar_shield_color
;
13
vector
autocvar_hud_progressbar_strength_color
;
14
vector
autocvar_hud_progressbar_superweapons_color
;
15
16
void
addPowerupItem
(
string
name
,
string
icon,
vector
color
,
float
currentTime,
float
lifeTime,
bool
isInfinite);
autocvar_hud_panel_powerups_dynamichud
bool autocvar_hud_panel_powerups_dynamichud
Definition
powerups.qh:6
autocvar_hud_panel_powerups_text
bool autocvar_hud_panel_powerups_text
Definition
powerups.qh:10
autocvar_hud_panel_powerups_baralign
int autocvar_hud_panel_powerups_baralign
Definition
powerups.qh:5
addPowerupItem
void addPowerupItem(string name, string icon, vector color, float currentTime, float lifeTime, bool isInfinite)
Definition
powerups.qc:38
autocvar_hud_panel_powerups_hide_ondeath
bool autocvar_hud_panel_powerups_hide_ondeath
Definition
powerups.qh:7
autocvar_hud_panel_powerups_iconalign
int autocvar_hud_panel_powerups_iconalign
Definition
powerups.qh:8
autocvar_hud_progressbar_shield_color
vector autocvar_hud_progressbar_shield_color
Definition
powerups.qh:12
autocvar_hud_progressbar_strength_color
vector autocvar_hud_progressbar_strength_color
Definition
powerups.qh:13
autocvar_hud_panel_powerups_progressbar
bool autocvar_hud_panel_powerups_progressbar
Definition
powerups.qh:9
autocvar_hud_progressbar_superweapons_color
vector autocvar_hud_progressbar_superweapons_color
Definition
powerups.qh:14
autocvar_hud_panel_powerups
bool autocvar_hud_panel_powerups
Definition
powerups.qh:4
color
vector color
Definition
dynlight.qc:15
name
string name
Definition
menu.qh:30
panel.qh
vector
vector
Definition
self.qh:92
client
hud
panel
powerups.qh
Generated on
for Xonotic QuakeC by
1.14.0