Xonotic
|
#include <common/constants.qh>
Go to the source code of this file.
Functions | |
void | Cmd_MapVote_MapDownload (int argc) |
void | MapVote_Draw () |
float | MapVote_InputEvent (float bInputType, float nPrimary, float nSecondary) |
void | Net_MapVote_Picture () |
bool | PreviewExists (string name) |
Variables | |
bool | autocvar_cl_readpicture_force |
float | autocvar_hud_panel_mapvote_highlight_border = 1 |
string | autocvar_menu_skin |
float | mv_active |
float | xmax |
float | xmin |
float | ymax |
float | ymin |
Definition at line 506 of file mapvoting.qc.
References entity(), LOG_INFO, mv_pk3list, and TC.
Referenced by LocalCommand_mv_download(), and MapVote_CheckPK3().
void MapVote_Draw | ( | ) |
Definition at line 343 of file mapvoting.qc.
References chat_posy, chat_sizey, draw_beginBoldFont, gametypevote, gtv_text_size, gtv_text_size_small, hud_fontsize, HUD_GetFontsize(), HUD_Panel_LoadCvars(), HUD_Scale_Disable(), mv_active, vector(), vid_conheight, vid_conwidth, xmax, xmin, ymax, and ymin.
void Net_MapVote_Picture | ( | ) |
Definition at line 964 of file mapvoting.qc.
References mv_pics, mv_preview, and strzone().
Referenced by NET_HANDLE().
Definition at line 49 of file mapvoting.qc.
References autocvar_cl_readpicture_force, fexists(), and strcat().
Referenced by GameTypeVote_ReadOption(), and MapVote_CheckPic().
bool autocvar_cl_readpicture_force |
Definition at line 5 of file mapvoting.qh.
Referenced by PreviewExists().
float autocvar_hud_panel_mapvote_highlight_border = 1 |
Definition at line 6 of file mapvoting.qh.
Referenced by GameTypeVote_DrawGameTypeItem(), and MapVote_DrawMapItem().
string autocvar_menu_skin |
Definition at line 7 of file mapvoting.qh.
Referenced by GameTypeVote_ReadOption(), and minigame_texture().
float mv_active |
Definition at line 19 of file mapvoting.qh.
Referenced by HUD_Minigame_Mouse(), HUD_MinigameMenu(), HUD_MinigameMenu_Open(), HUD_QuickMenu_Forbidden(), HUD_Radar_InputEvent(), HUD_Radar_Mouse(), HUD_WouldShowCursor(), MapVote_Draw(), MapVote_Init(), MapVote_InputEvent(), QuickMenu_InputEvent(), and QuickMenu_Mouse().
float xmax |
Definition at line 20 of file mapvoting.qh.
Referenced by MapVote_Draw().
float xmin |
Definition at line 20 of file mapvoting.qh.
Referenced by MapVote_Draw().
float ymax |
Definition at line 20 of file mapvoting.qh.
Referenced by MapVote_Draw().
float ymin |
Definition at line 20 of file mapvoting.qh.
Referenced by MapVote_Draw().