Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
cl_damagetext.qh
Go to the documentation of this file.
1#pragma once
2
20
32
33// TODO: remove the value init and sort them above properly after next (0.9) release
34// or the release after it to support the old-stable release
35// this can't be done now as players would lack these from their configs then
36#if 0
37float autocvar_cl_damagetext_lifetime = -1;
38float autocvar_cl_damagetext_accumulate_lifetime = -1;
39#else
40AUTOCVAR_SAVE(cl_damagetext_lifetime, float, -1, "damage text lifetime, edit this if you wish for damage text to disappear before it fades out");
41AUTOCVAR_SAVE(cl_damagetext_accumulate_lifetime, float, -1, "only update existing damage text when it is younger than this many seconds, negative always updates");
42#endif
float autocvar_cl_damagetext_alpha_lifetime
bool autocvar_cl_damagetext
bool autocvar_cl_damagetext_format_hide_redundant
float autocvar_cl_damagetext_size_min
float autocvar_cl_damagetext_2d_close_range
vector autocvar_cl_damagetext_friendlyfire_color
float autocvar_cl_damagetext_size_min_damage
vector autocvar_cl_damagetext_offset_screen
float autocvar_cl_damagetext_2d_alpha_start
vector autocvar_cl_damagetext_velocity_world
float autocvar_cl_damagetext_accumulate_alpha_rel
float autocvar_cl_damagetext_size_max_damage
float autocvar_cl_damagetext_size_max
bool autocvar_cl_damagetext_2d_out_of_view
vector autocvar_cl_damagetext_2d_pos
vector autocvar_cl_damagetext_color
vector autocvar_cl_damagetext_offset_world
float autocvar_cl_damagetext_alpha_start
string autocvar_cl_damagetext_format
bool autocvar_cl_damagetext_color_per_weapon
float autocvar_cl_damagetext_2d_alpha_lifetime
vector autocvar_cl_damagetext_2d_overlap_offset
bool autocvar_cl_damagetext_format_verbose
float autocvar_cl_damagetext_2d_size_lifetime
vector autocvar_cl_damagetext_velocity_screen
vector autocvar_cl_damagetext_2d_velocity
int autocvar_cl_damagetext_friendlyfire
bool autocvar_cl_damagetext_2d
#define AUTOCVAR_SAVE(...)
Definition cvar.qh:160
vector
Definition self.qh:92