]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/cheats.qh
Track whether cheats have been used (cheatcount field)
[divverent/nexuiz.git] / data / qcsrc / server / cheats.qh
1 float cheatcount_total;
2 .float cheatcount;
3 float CheatImpulse(float i);
4 float CheatCommand(float argc);
5 float CheatFrame();