Xonotic
|
#include "../panel.qh"
Go to the source code of this file.
Functions | |
void | centerprint_Add (int new_id, string strMessage, float duration, int countdown_num) |
void | centerprint_AddStandard (string strMessage) |
void | centerprint_Kill (int id) |
void | centerprint_KillAll () |
Definition at line 46 of file centerprint.qc.
References autocvar_hud_panel_centerprint_fade_out, autocvar_hud_panel_centerprint_time, BOLD_OPERATOR, centerprint_bold, centerprint_countdown_num, centerprint_expire_time, CENTERPRINT_MAX_MSGS, centerprint_messages, centerprint_msgID, centerprint_showing, centerprint_time, cpm_index, max(), min(), strcpy, strlen(), substring(), and TC.
Referenced by centerprint_AddStandard(), centerprint_Kill(), HUD_CenterPrint(), and Local_Notification_sprintf().
Definition at line 132 of file centerprint.qc.
References autocvar_hud_panel_centerprint_time, and centerprint_Add().
Referenced by CSQC_Parse_CenterPrint(), and LocalCommand_localprint().
Definition at line 126 of file centerprint.qc.
References centerprint_Add(), and TC.
Referenced by Announcer_Gamestart(), and Local_Notification_WOVA().
void centerprint_KillAll | ( | ) |
Definition at line 137 of file centerprint.qc.
References centerprint_bold, centerprint_expire_time, CENTERPRINT_MAX_MSGS, centerprint_messages, centerprint_msgID, centerprint_time, and strfree.
Referenced by Destroy_All_Notifications(), HUD_CenterPrint(), and Local_Notification_WOVA().
bool autocvar_hud_panel_centerprint |
Definition at line 4 of file centerprint.qh.
Referenced by HUD_CenterPrint().
float autocvar_hud_panel_centerprint_align |
Definition at line 5 of file centerprint.qh.
Definition at line 19 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_in = 0.15 |
Definition at line 6 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_in_short = 0 |
Definition at line 7 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_minfontsize = 0 |
Definition at line 15 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_out = 0.15 |
Definition at line 8 of file centerprint.qh.
Referenced by centerprint_Add().
float autocvar_hud_panel_centerprint_fade_subsequent = 1 |
Definition at line 9 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_subsequent_minfontsize = 0.75 |
Definition at line 14 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_subsequent_passone = 3 |
Definition at line 10 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_subsequent_passone_minalpha = 0.5 |
Definition at line 11 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_subsequent_passtwo = 10 |
Definition at line 12 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fade_subsequent_passtwo_minalpha = 0.5 |
Definition at line 13 of file centerprint.qh.
bool autocvar_hud_panel_centerprint_flip |
Definition at line 16 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fontscale |
Definition at line 17 of file centerprint.qh.
float autocvar_hud_panel_centerprint_fontscale_bold = 1.4 |
Definition at line 18 of file centerprint.qh.
float autocvar_hud_panel_centerprint_time |
Definition at line 20 of file centerprint.qh.
Referenced by centerprint_Add(), and centerprint_AddStandard().