]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/server/anticheat.qh
Limit how often the Grabber's beam effect is sent (lightning bolt from the weapon...
[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();