forked from UNLOZE/sm-plugins
LagCompensation: 2nd try untested
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user