Xonotic
physics.qh File Reference
#include "../panel.qh"
+ Include dependency graph for physics.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_physics
 
float autocvar_hud_panel_physics_acceleration_max
 
float autocvar_hud_panel_physics_acceleration_movingaverage = 1
 
float autocvar_hud_panel_physics_acceleration_progressbar_mode
 
float autocvar_hud_panel_physics_acceleration_progressbar_nonlinear
 
float autocvar_hud_panel_physics_acceleration_progressbar_scale
 
bool autocvar_hud_panel_physics_acceleration_vertical
 
int autocvar_hud_panel_physics_baralign
 
bool autocvar_hud_panel_physics_dynamichud = true
 
bool autocvar_hud_panel_physics_flip
 
int autocvar_hud_panel_physics_progressbar
 
float autocvar_hud_panel_physics_speed_max
 
int autocvar_hud_panel_physics_speed_unit
 
bool autocvar_hud_panel_physics_speed_unit_show
 
bool autocvar_hud_panel_physics_speed_vertical
 
int autocvar_hud_panel_physics_text
 
float autocvar_hud_panel_physics_text_scale
 
bool autocvar_hud_panel_physics_topspeed
 
float autocvar_hud_panel_physics_topspeed_time
 
float autocvar_hud_panel_physics_update_interval
 
vector autocvar_hud_progressbar_acceleration_color
 
vector autocvar_hud_progressbar_acceleration_neg_color
 
vector autocvar_hud_progressbar_speed_color
 

Variable Documentation

◆ autocvar_hud_panel_physics

bool autocvar_hud_panel_physics

Definition at line 4 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_acceleration_max

float autocvar_hud_panel_physics_acceleration_max

Definition at line 9 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_acceleration_movingaverage

float autocvar_hud_panel_physics_acceleration_movingaverage = 1

Definition at line 5 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_acceleration_progressbar_mode

float autocvar_hud_panel_physics_acceleration_progressbar_mode

Definition at line 6 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_acceleration_progressbar_nonlinear

float autocvar_hud_panel_physics_acceleration_progressbar_nonlinear

Definition at line 8 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_acceleration_progressbar_scale

float autocvar_hud_panel_physics_acceleration_progressbar_scale

Definition at line 7 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_acceleration_vertical

bool autocvar_hud_panel_physics_acceleration_vertical

Definition at line 12 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_baralign

int autocvar_hud_panel_physics_baralign

Definition at line 13 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_dynamichud

bool autocvar_hud_panel_physics_dynamichud = true

Definition at line 15 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_flip

bool autocvar_hud_panel_physics_flip

Definition at line 14 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_progressbar

int autocvar_hud_panel_physics_progressbar

Definition at line 11 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_speed_max

float autocvar_hud_panel_physics_speed_max

Definition at line 16 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_speed_unit

int autocvar_hud_panel_physics_speed_unit

Definition at line 17 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_speed_unit_show

bool autocvar_hud_panel_physics_speed_unit_show

Definition at line 18 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_speed_vertical

bool autocvar_hud_panel_physics_speed_vertical

Definition at line 19 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_text

int autocvar_hud_panel_physics_text

Definition at line 20 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_text_scale

float autocvar_hud_panel_physics_text_scale

Definition at line 21 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_topspeed

bool autocvar_hud_panel_physics_topspeed

Definition at line 22 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_topspeed_time

float autocvar_hud_panel_physics_topspeed_time

Definition at line 23 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_panel_physics_update_interval

float autocvar_hud_panel_physics_update_interval

Definition at line 10 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_progressbar_acceleration_color

vector autocvar_hud_progressbar_acceleration_color

Definition at line 25 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_progressbar_acceleration_neg_color

vector autocvar_hud_progressbar_acceleration_neg_color

Definition at line 26 of file physics.qh.

Referenced by HUD_Physics().

◆ autocvar_hud_progressbar_speed_color

vector autocvar_hud_progressbar_speed_color

Definition at line 27 of file physics.qh.

Referenced by HUD_Physics().