|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| void | HUD_Chat () |
| void | HUD_Chat_Export (int fh) |
| float | HUD_Panel_Chat_InputEvent (float bInputType, float nPrimary, float nSecondary) |
Variables | |
| float | chat_maximized_reset_scroll_time |
| float | chat_maximized_scroll_ofs |
| void HUD_Chat | ( | ) |
Definition at line 68 of file chat.qc.
References alpha, autocvar__con_chat_maximized, autocvar__hud_configure, autocvar_con_chat, autocvar_con_chatrect, autocvar_con_chatsize, autocvar_con_chatwidth, autocvar_hud_panel_chat, chat_maximized_reset_scroll_time, chat_maximized_scroll_ofs, chat_panel_modified, chat_posy, chat_sizey, cvar_set(), cvar_string(), drawcolorcodedstring, DRAWFLAG_NORMAL, fabs(), floor(), ftos(), highlightedPanel, hud_configure_menu_open, hud_draw_maximized, hud_fade_alpha, HUD_Panel_DrawBg, HUD_Panel_LoadCvars(), HUD_Scale_Disable(), hud_skin_path, intermission, max(), min(), panel, panel_bg_alpha, panel_bg_border, panel_bg_padding, panel_pos, panel_size, precache_pic(), strcat(), strcpy, stringwidth_colors(), textShortenToWidth(), time, vector, vid_conheight, and vid_conwidth.
Definition at line 14 of file chat.qc.
References autocvar__con_chat_maximized, chat_maximized_scroll_ofs, cvar(), K_MWHEELDOWN, K_MWHEELUP, K_PGDN, K_PGUP, mousepos, and vid_conheight.
Referenced by CSQC_InputEvent().
| float chat_maximized_reset_scroll_time |
Definition at line 13 of file chat.qc.
Referenced by HUD_Chat().
| float chat_maximized_scroll_ofs |
Definition at line 12 of file chat.qc.
Referenced by HUD_Chat(), and HUD_Panel_Chat_InputEvent().