]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/vote.qh
git wants me to commit, so I will: begin using the improved kill delay code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vote.qh
1 float votecalled;
2 string votecalledvote;
3 string votecalledvote_display;
4 float votecalledmaster;
5 entity votecaller;
6 float votefinished;
7 .float vote_master;
8 .float vote_next;
9 .float vote_vote;
10
11 float VoteCheckNasty(string cmd);
12 entity GetKickVoteVictim(string vote, string cmd, entity caller);
13 float GameCommand_Vote(string s, entity e);
14 void VoteHelp(entity e);
15 string VoteNetname(entity e);
16 string ValidateMap(string m, entity e);
17 void VoteThink();
18 string VoteParse(string s, float tokens);
19 float VoteAllowed(string vote, string cmd);
20 void VoteReset();
21 void VoteAccept();
22 void VoteReject();
23 void VoteTimeout();
24 void VoteStop(entity stopper);
25 void VoteSpam(float yescount, float nocount, float abstaincount, float notvoters, float mincount, string result);
26 void VoteCount();