]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/anticheat.qh
FOREACH_ENTITY_RADIUS
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
1 #ifndef ANTICHEAT_H
2 #define ANTICHEAT_H
3
4 void anticheat_init(entity this);
5 void anticheat_report();
6
7 void anticheat_physics(entity this);
8 void anticheat_spectatecopy(entity spectatee);
9 void anticheat_prethink();
10
11 float anticheat_getvalue(string name);
12
13 void anticheat_startframe();
14 void anticheat_endframe();
15
16 void anticheat_fixangle(entity this);
17 #endif