|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#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_ClearTitle () |
| void | centerprint_Kill (int id) |
| void | centerprint_KillAll () |
| void | centerprint_SetDuelTitle (string left, string right) |
| void | centerprint_SetTitle (string title) |
Definition at line 52 of file centerprint.qc.
References autocvar_hud_panel_centerprint_fade_out, autocvar_hud_panel_centerprint_time, centerprint_countdown_num, centerprint_expire_time, CENTERPRINT_MAX_MSGS, centerprint_messages, centerprint_msgID, centerprint_showing, centerprint_start_time, centerprint_time, cpm_index, max(), min(), strcpy, strlen, substring(), TC, and time.
Referenced by centerprint_AddStandard(), centerprint_Kill(), HUD_CenterPrint(), and Local_Notification_centerprint_Add().
Definition at line 137 of file centerprint.qc.
References autocvar_hud_panel_centerprint_time, and centerprint_Add().
Referenced by CSQC_Parse_CenterPrint(), HUD_CenterPrint(), and LocalCommand_localprint().
| void centerprint_ClearTitle | ( | ) |
Definition at line 167 of file centerprint.qc.
References centerprint_title, centerprint_title_left, centerprint_title_right, and strfree.
Referenced by Announcer_ClearTitle(), and HUD_CenterPrint().
Definition at line 131 of file centerprint.qc.
References centerprint_Add(), and TC.
Referenced by Announcer_Gamestart(), and NET_HANDLE().
| void centerprint_KillAll | ( | ) |
Definition at line 142 of file centerprint.qc.
References centerprint_expire_time, CENTERPRINT_MAX_MSGS, centerprint_messages, centerprint_msgID, centerprint_start_time, centerprint_time, and strfree.
Referenced by Destroy_All_Notifications(), HUD_CenterPrint(), and NET_HANDLE().
Definition at line 154 of file centerprint.qc.
References autocvar_hud_panel_scoreboard_namesize, centerprint_title_left, centerprint_title_right, hud_fontsize, strcpy, stringwidth_colors(), and textShortenToWidth().
Referenced by Announcer_Duel().
Definition at line 161 of file centerprint.qc.
References CCR(), centerprint_title, and strcpy.
Referenced by Announcer_Gamestart(), and HUD_CenterPrint().
| 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.
Referenced by HUD_CenterPrint().
Definition at line 18 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fade_in = 0.15 |
Definition at line 6 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fade_minfontsize = 1 |
Definition at line 13 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fade_out = 0.15 |
Definition at line 7 of file centerprint.qh.
Referenced by centerprint_Add(), and HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fade_subsequent = 1 |
Definition at line 8 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fade_subsequent_passone = 3 |
Definition at line 9 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fade_subsequent_passone_minalpha = 0.5 |
Definition at line 10 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fade_subsequent_passtwo = 10 |
Definition at line 11 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fade_subsequent_passtwo_minalpha = 0.5 |
Definition at line 12 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| bool autocvar_hud_panel_centerprint_flip |
Definition at line 14 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fontscale = 1 |
Definition at line 15 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fontscale_bold = 1.4 |
Definition at line 16 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_fontscale_title = 1.8 |
Definition at line 17 of file centerprint.qh.
Referenced by HUD_CenterPrint().
| float autocvar_hud_panel_centerprint_time |
Definition at line 19 of file centerprint.qh.
Referenced by centerprint_Add(), and centerprint_AddStandard().