Xonotic
mapvoting.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include <
common/constants.qh
>
4
5
bool
autocvar_cl_readpicture_force
;
6
float
autocvar_hud_panel_mapvote_highlight_border
= 1;
7
string
autocvar_menu_skin
;
// gamemode icons are controlled by the menu skin
8
9
void
MapVote_Draw
();
10
11
bool
PreviewExists
(
string
name
);
12
13
void
Cmd_MapVote_MapDownload
(
int
argc);
14
15
float
MapVote_InputEvent
(
float
bInputType,
float
nPrimary,
float
nSecondary);
16
17
void
Net_MapVote_Picture
();
18
19
float
mv_active
;
20
float
xmin
,
xmax
,
ymin
,
ymax
;
MapVote_Draw
void MapVote_Draw()
Definition:
mapvoting.qc:343
xmin
float xmin
Definition:
mapvoting.qh:20
MapVote_InputEvent
float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary)
mv_active
float mv_active
Definition:
mapvoting.qh:19
autocvar_cl_readpicture_force
bool autocvar_cl_readpicture_force
Definition:
mapvoting.qh:5
autocvar_hud_panel_mapvote_highlight_border
float autocvar_hud_panel_mapvote_highlight_border
Definition:
mapvoting.qh:6
Net_MapVote_Picture
void Net_MapVote_Picture()
Definition:
mapvoting.qc:964
PreviewExists
bool PreviewExists(string name)
Definition:
mapvoting.qc:49
autocvar_menu_skin
string autocvar_menu_skin
Definition:
mapvoting.qh:7
Cmd_MapVote_MapDownload
void Cmd_MapVote_MapDownload(int argc)
Definition:
mapvoting.qc:506
ymax
float ymax
Definition:
mapvoting.qh:20
ymin
float ymin
Definition:
mapvoting.qh:20
name
string name
Definition:
menu.qh:30
constants.qh
xmax
float xmax
Definition:
mapvoting.qh:20
client
mapvoting.qh
Generated on Thu Mar 17 2022 17:26:26 for Xonotic by
1.8.13