]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/anticheat.qh
Fix race not starting (game ends) when the qualifying session ends (everyone readied...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
1 #pragma once
2
3 void anticheat_init(entity this);
4 void anticheat_report();
5
6 void anticheat_physics(entity this);
7 void anticheat_spectatecopy(entity spectatee);
8 void anticheat_prethink();
9
10 float anticheat_getvalue(string name);
11
12 void anticheat_startframe();
13 void anticheat_endframe();
14
15 void anticheat_fixangle(entity this);