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
7string autocvar_menu_skin; // gametype icons are controlled by the menu skin
8
9bool PreviewExists(string name);
10
11void Cmd_MapVote_MapDownload(int argc);
12
13float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
14
16
19float xmin, xmax, ymin, ymax;
float xmin
Definition mapvoting.qh:19
void Cmd_MapVote_MapDownload(int argc)
Definition mapvoting.qc:647
float ymin
Definition mapvoting.qh:19
bool autocvar_cl_readpicture_force
Definition mapvoting.qh:5
bool PreviewExists(string name)
Definition mapvoting.qc:59
bool mv_active
Definition mapvoting.qh:17
void Net_MapVote_Picture()
float xmax
Definition mapvoting.qh:19
float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary)
int mv_winner
Definition mapvoting.qh:18
float autocvar_hud_panel_mapvote_highlight_border
Definition mapvoting.qh:6
string autocvar_menu_skin
Definition mapvoting.qh:7
float ymax
Definition mapvoting.qh:19
string name
Definition menu.qh:30