Xonotic
centerprint.qh
Go to the documentation of this file.
1 #pragma once
2 #include "../panel.qh"
3 
21 
22 void centerprint_Add(int new_id, string strMessage, float duration, int countdown_num);
23 void centerprint_AddStandard(string strMessage);
24 void centerprint_Kill(int id);
25 void centerprint_KillAll();
float autocvar_hud_panel_centerprint_fade_subsequent_passtwo_minalpha
Definition: centerprint.qh:13
void centerprint_AddStandard(string strMessage)
Definition: centerprint.qc:132
float autocvar_hud_panel_centerprint_fade_subsequent
Definition: centerprint.qh:9
void centerprint_KillAll()
Definition: centerprint.qc:137
void centerprint_Kill(int id)
Definition: centerprint.qc:126
float autocvar_hud_panel_centerprint_fade_subsequent_minfontsize
Definition: centerprint.qh:14
float autocvar_hud_panel_centerprint_fontscale_bold
Definition: centerprint.qh:18
float autocvar_hud_panel_centerprint_fade_minfontsize
Definition: centerprint.qh:15
void centerprint_Add(int new_id, string strMessage, float duration, int countdown_num)
Definition: centerprint.qc:46
float autocvar_hud_panel_centerprint_fontscale
Definition: centerprint.qh:17
float autocvar_hud_panel_centerprint_fade_in_short
Definition: centerprint.qh:7
float autocvar_hud_panel_centerprint_time
Definition: centerprint.qh:20
float autocvar_hud_panel_centerprint_fade_out
Definition: centerprint.qh:8
bool autocvar_hud_panel_centerprint
Definition: centerprint.qh:4
float autocvar_hud_panel_centerprint_fade_subsequent_passtwo
Definition: centerprint.qh:12
float autocvar_hud_panel_centerprint_fade_subsequent_passone
Definition: centerprint.qh:10
float autocvar_hud_panel_centerprint_align
Definition: centerprint.qh:5
bool autocvar_hud_panel_centerprint_dynamichud
Definition: centerprint.qh:19
bool autocvar_hud_panel_centerprint_flip
Definition: centerprint.qh:16
float autocvar_hud_panel_centerprint_fade_subsequent_passone_minalpha
Definition: centerprint.qh:11
float autocvar_hud_panel_centerprint_fade_in
Definition: centerprint.qh:6