]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/anticheat.qh
Merge branch 'master' into Mario/showspecs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
1 #pragma once
2
3 void anticheat_init(entity this);
4 void anticheat_report(entity this);
5
6 void anticheat_physics(entity this);
7 void anticheat_spectatecopy(entity this, entity spectatee);
8 void anticheat_prethink(entity this);
9
10 float anticheat_getvalue(entity this, string name);
11
12 void anticheat_startframe();
13 void anticheat_endframe();
14
15 void anticheat_fixangle(entity this);