Xonotic
|
Go to the source code of this file.
Macros | |
#define | InfoMessage(s) |
Functions | |
void | HUD_InfoMessages () |
void | HUD_InfoMessages_Export (int fh) |
int | img_select (int group_id) |
vector | InfoMessages_drawstring (string s, vector pos, vector sz, float a, vector fontsize) |
Variables | |
float | autocvar_hud_panel_infomessages_group0 = 1 |
float | autocvar_hud_panel_infomessages_group_fadetime = 0.4 |
float | autocvar_hud_panel_infomessages_group_time = 6 |
const int | IMG_COUNT = 1 |
int | img_cur_msg [IMG_COUNT] |
float | img_fade [IMG_COUNT] |
float | img_time [IMG_COUNT] |
#define InfoMessage | ( | s | ) |
Definition at line 56 of file infomessages.qc.
Referenced by MUTATOR_HOOKFUNCTION().
void HUD_InfoMessages | ( | ) |
Definition at line 61 of file infomessages.qc.
References autocvar__hud_configure, autocvar_hud_panel_infomessages, autocvar_hud_panel_infomessages_dynamichud, HUD_Panel_DrawBg, HUD_Panel_LoadCvars(), HUD_Scale_Disable(), HUD_Scale_Enable(), panel_bg_padding, panel_pos, panel_size, spectatee_status, and vector().
Definition at line 22 of file infomessages.qc.
References autocvar_hud_panel_infomessages_group_fadetime, autocvar_hud_panel_infomessages_group_time, floor(), frametime, img_cur_msg, img_fade, img_time, max(), min(), and time.
Definition at line 39 of file infomessages.qc.
References autocvar_hud_panel_infomessages_flip, drawcolorcodedstring(), DRAWFLAG_NORMAL, eX, getWrappedLine(), and getWrappedLine_remaining.
float autocvar_hud_panel_infomessages_group0 = 1 |
Definition at line 14 of file infomessages.qc.
float autocvar_hud_panel_infomessages_group_fadetime = 0.4 |
Definition at line 15 of file infomessages.qc.
Referenced by img_select().
float autocvar_hud_panel_infomessages_group_time = 6 |
Definition at line 16 of file infomessages.qc.
Referenced by img_select().
const int IMG_COUNT = 1 |
Definition at line 17 of file infomessages.qc.
Definition at line 19 of file infomessages.qc.
Referenced by img_select().
Definition at line 18 of file infomessages.qc.
Referenced by img_select().
Definition at line 20 of file infomessages.qc.
Referenced by img_select().