Xonotic
|
#include "../panel.qh"
Go to the source code of this file.
bool autocvar_hud_panel_physics |
Definition at line 4 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_acceleration_max |
Definition at line 9 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_acceleration_movingaverage = 1 |
Definition at line 5 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_acceleration_progressbar_mode |
Definition at line 6 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_acceleration_progressbar_nonlinear |
Definition at line 8 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_acceleration_progressbar_scale |
Definition at line 7 of file physics.qh.
Referenced by HUD_Physics().
bool autocvar_hud_panel_physics_acceleration_vertical |
Definition at line 12 of file physics.qh.
Referenced by HUD_Physics().
int autocvar_hud_panel_physics_baralign |
Definition at line 13 of file physics.qh.
Referenced by HUD_Physics().
Definition at line 15 of file physics.qh.
Referenced by HUD_Physics().
bool autocvar_hud_panel_physics_flip |
Definition at line 14 of file physics.qh.
Referenced by HUD_Physics().
int autocvar_hud_panel_physics_progressbar |
Definition at line 11 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_speed_max |
Definition at line 16 of file physics.qh.
Referenced by HUD_Physics().
int autocvar_hud_panel_physics_speed_unit |
Definition at line 17 of file physics.qh.
Referenced by HUD_Physics().
bool autocvar_hud_panel_physics_speed_unit_show |
Definition at line 18 of file physics.qh.
Referenced by HUD_Physics().
bool autocvar_hud_panel_physics_speed_vertical |
Definition at line 19 of file physics.qh.
Referenced by HUD_Physics().
int autocvar_hud_panel_physics_text |
Definition at line 20 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_text_scale |
Definition at line 21 of file physics.qh.
Referenced by HUD_Physics().
bool autocvar_hud_panel_physics_topspeed |
Definition at line 22 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_topspeed_time |
Definition at line 23 of file physics.qh.
Referenced by HUD_Physics().
float autocvar_hud_panel_physics_update_interval |
Definition at line 10 of file physics.qh.
Referenced by HUD_Physics().
vector autocvar_hud_progressbar_acceleration_color |
Definition at line 25 of file physics.qh.
Referenced by HUD_Physics().
vector autocvar_hud_progressbar_acceleration_neg_color |
Definition at line 26 of file physics.qh.
Referenced by HUD_Physics().
vector autocvar_hud_progressbar_speed_color |
Definition at line 27 of file physics.qh.
Referenced by HUD_Physics().