]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/anticheat.qh
Merge commit '40b7b8b8f77676', fixes #1937
[xonotic/xonotic-data.pk3dir.git] / 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 float anticheat_getvalue(string name);
10
11 void anticheat_startframe();
12 void anticheat_endframe();
13
14 void anticheat_fixangle();