Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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
;
// gametype icons are controlled by the menu skin
8
9
bool
PreviewExists
(
string
name
);
10
11
void
Cmd_MapVote_MapDownload
(
int
argc);
12
13
float
MapVote_InputEvent
(
float
bInputType,
float
nPrimary,
float
nSecondary);
14
15
void
Net_MapVote_Picture
();
16
17
bool
mv_active
;
18
int
mv_winner
;
19
float
xmin
,
xmax
,
ymin
,
ymax
;
xmin
float xmin
Definition
mapvoting.qh:19
Cmd_MapVote_MapDownload
void Cmd_MapVote_MapDownload(int argc)
Definition
mapvoting.qc:647
ymin
float ymin
Definition
mapvoting.qh:19
autocvar_cl_readpicture_force
bool autocvar_cl_readpicture_force
Definition
mapvoting.qh:5
PreviewExists
bool PreviewExists(string name)
Definition
mapvoting.qc:59
mv_active
bool mv_active
Definition
mapvoting.qh:17
Net_MapVote_Picture
void Net_MapVote_Picture()
Definition
mapvoting.qc:1110
xmax
float xmax
Definition
mapvoting.qh:19
MapVote_InputEvent
float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary)
mv_winner
int mv_winner
Definition
mapvoting.qh:18
autocvar_hud_panel_mapvote_highlight_border
float autocvar_hud_panel_mapvote_highlight_border
Definition
mapvoting.qh:6
autocvar_menu_skin
string autocvar_menu_skin
Definition
mapvoting.qh:7
ymax
float ymax
Definition
mapvoting.qh:19
constants.qh
name
string name
Definition
menu.qh:30
client
mapvoting.qh
Generated on
for Xonotic QuakeC by
1.14.0