Xonotic
anticheat.qh
Go to the documentation of this file.
1 #pragma once
2 
3 void anticheat_init(entity this);
7 
8 void anticheat_physics(entity this);
9 void anticheat_spectatecopy(entity this, entity spectatee);
10 void anticheat_prethink(entity this);
11 
13 void anticheat_endframe();
14 
15 void anticheat_fixangle(entity this);
void anticheat_endframe()
Definition: anticheat.qc:234
entity() spawn
void anticheat_startframe()
Definition: anticheat.qc:224
void anticheat_report_to_playerstats(entity this)
Definition: anticheat.qc:205
void anticheat_register_to_playerstats()
Definition: anticheat.qc:214
void anticheat_spectatecopy(entity this, entity spectatee)
Definition: anticheat.qc:151
void anticheat_prethink(entity this)
Definition: anticheat.qc:157
void anticheat_report_to_eventlog(entity this)
Definition: anticheat.qc:195
void anticheat_fixangle(entity this)
Definition: anticheat.qc:229
void anticheat_physics(entity this)
Definition: anticheat.qc:64
void anticheat_init(entity this)
Definition: anticheat.qc:240