X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qh;h=dd870dd397ceee549e4786adc25478f3fbb6e92e;hp=2b0522b991fb25747ce48c06003cf4433c74e30d;hb=d8e73f411f306e6d475bf385bfe5777692aee4a0;hpb=edf01df130d0d1877461561178b8833a9ab6051c diff --git a/qcsrc/server/anticheat.qh b/qcsrc/server/anticheat.qh index 2b0522b991..dd870dd397 100644 --- a/qcsrc/server/anticheat.qh +++ b/qcsrc/server/anticheat.qh @@ -1,14 +1,14 @@ #pragma once void anticheat_init(entity this); -void anticheat_report(entity this); +void anticheat_report_to_eventlog(entity this); +void anticheat_report_to_playerstats(entity this); +void anticheat_register_to_playerstats(); void anticheat_physics(entity this); void anticheat_spectatecopy(entity this, entity spectatee); void anticheat_prethink(entity this); -float anticheat_getvalue(entity this, string name); - void anticheat_startframe(); void anticheat_endframe();