|
Xonotic
|
#include <common/constants.qh>
Include dependency graph for mapvoting.qh:
This graph shows which files directly or indirectly include this file: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().
Here is the call graph for this function:
Here is the caller graph for this function:| 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.
Here is the call graph for this function:| void Net_MapVote_Picture | ( | ) |
Definition at line 964 of file mapvoting.qc.
References mv_pics, mv_preview, and strzone().
Referenced by NET_HANDLE().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 49 of file mapvoting.qc.
References autocvar_cl_readpicture_force, fexists(), and strcat().
Referenced by GameTypeVote_ReadOption(), and MapVote_CheckPic().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().