]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/anticheat.qh
Nades code: don't use booleans as array indexes for m_projectile, optimize spawn_held...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / anticheat.qh
1 #pragma once
2
3 void anticheat_init(entity this);
4 void anticheat_report_to_eventlog(entity this);
5 void anticheat_report_to_playerstats(entity this);
6 void anticheat_register_to_playerstats();
7
8 void anticheat_physics(entity this);
9 void anticheat_spectatecopy(entity this, entity spectatee);
10 void anticheat_prethink(entity this);
11
12 void anticheat_startframe();
13 void anticheat_endframe();
14
15 void anticheat_fixangle(entity this);