X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fanticheat.qh;h=dd870dd397ceee549e4786adc25478f3fbb6e92e;hb=62d736d8c3a51baf5fa3a4265e39a2b773704a91;hp=2b0522b991fb25747ce48c06003cf4433c74e30d;hpb=edf01df130d0d1877461561178b8833a9ab6051c;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();