]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/server/anticheat.qh
First attempt to make health possible to swallow slowly. Incomplete and still buggy...
[voretournament/voretournament.git] / data / qcsrc / server / anticheat.qh
1 void anticheat_init();
2 void anticheat_report();
3 void anticheat_shutdown();
4
5 void anticheat_physics();
6 void anticheat_spectatecopy(entity spectatee);
7 void anticheat_prethink();
8
9 void anticheat_serverframe();