3 void anticheat_init(entity this);
4 void anticheat_report(entity this);
6 void anticheat_physics(entity this);
7 void anticheat_spectatecopy(entity this, entity spectatee);
8 void anticheat_prethink(entity this);
10 float anticheat_getvalue(entity this, string name);
12 void anticheat_startframe();
13 void anticheat_endframe();
15 void anticheat_fixangle(entity this);