LagCompensation: 2nd try untested

This commit is contained in:
BotoX
2019-10-02 12:22:35 +02:00
parent 8b18a8343c
commit a1abec6466
2 changed files with 21 additions and 11 deletions
+6
View File
@@ -7,6 +7,12 @@ forward void OnRunThinkFunctions(bool simulating);
forward void OnRunThinkFunctions2();
forward void OnRunThinkFunctionsPost(bool simulating);
// -1 = Ignore, normal operation.
// 0 = Block ALL SV_TriggerMoved.
// >0 = Entity index for which to allow EnumElement to be called.
// REMEMBER TO CALL THIS AGAIN WITH -1 AFTER USING IT !!!
native void FilterTriggerMoved(int entity);
public Extension __ext_CSSFixes =
{
name = "CSSFixes",