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:245
void anticheat_init(entity this)
Definition anticheat.qc:256
void anticheat_report_to_playerstats(entity this)
Definition anticheat.qc:221
void anticheat_spectatecopy(entity this, entity spectatee)
Definition anticheat.qc:166
void anticheat_startframe()
Definition anticheat.qc:240
void anticheat_physics(entity this)
Definition anticheat.qc:67
void anticheat_report_to_eventlog(entity this)
Definition anticheat.qc:211
void anticheat_prethink(entity this)
Definition anticheat.qc:172
void anticheat_register_to_playerstats()
Definition anticheat.qc:230
void anticheat_endframe()
Definition anticheat.qc:250
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback