X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fanticheat.qh;h=dd870dd397ceee549e4786adc25478f3fbb6e92e;hb=f7a3566246498859899ede8f7c6be695083efc93;hp=2b0522b991fb25747ce48c06003cf4433c74e30d;hpb=eac60648c4017e495060dd3ba9e50ac4bad5000a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/anticheat.qh b/qcsrc/server/anticheat.qh index 2b0522b99..dd870dd39 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();