]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/vote.qh
r4678 | div0 | 2008-10-08 19:50:33 +0200 (Wed, 08 Oct 2008) | 2 lines
[divverent/nexuiz.git] / data / qcsrc / server / vote.qh
1 string GetKickVoteVictim_newcommand;
2 string GetKickVoteVictim_reason;
3
4 float VoteCheckNasty(string cmd);
5 entity GetKickVoteVictim(string vote, string cmd, entity caller);
6 float GameCommand_Vote(string s, entity e);
7 void VoteHelp(entity e);
8 string VoteNetname(entity e);
9 string ValidateMap(string m, entity e);
10 void VoteThink();
11 string VoteParse(string s);
12 float VoteAllowed(string votecommand);
13 void VoteReset();
14 void VoteAccept();
15 void VoteReject();
16 void VoteTimeout();
17 void VoteStop(entity stopper);
18 void VoteSpam(float yescount, float nocount, float abstaincount, float notvoters, float mincount, string result);
19 void VoteCount();