Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
anticheat.qh
Go to the documentation of this file.
1#pragma once
2
3void anticheat_init(entity this);
7
9void anticheat_spectatecopy(entity this, entity spectatee);
10void anticheat_prethink(entity this);
11
14
15void anticheat_fixangle(entity this);
void anticheat_fixangle(entity this)
Definition anticheat.qc:244
void anticheat_init(entity this)
Definition anticheat.qc:255
void anticheat_report_to_playerstats(entity this)
Definition anticheat.qc:220
void anticheat_spectatecopy(entity this, entity spectatee)
Definition anticheat.qc:166
void anticheat_startframe()
Definition anticheat.qc:239
void anticheat_physics(entity this)
Definition anticheat.qc:67
void anticheat_report_to_eventlog(entity this)
Definition anticheat.qc:210
void anticheat_prethink(entity this)
Definition anticheat.qc:172
void anticheat_register_to_playerstats()
Definition anticheat.qc:229
void anticheat_endframe()
Definition anticheat.qc:249
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback