]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/vote.qh
add a fteqcc bug test case
[divverent/nexuiz.git] / data / 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();