You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native TF2Util_IsPlayerImmuneToPushback, which returns true if the player is immune to pushback effects. Aside from TF_COND_MEGAHEAL, the game also checks for spunup_push_force_immunity. This native is provided to ensure future-proofing if other checks are added.
Native TF2Util_IgnitePlayer, which is a drop-in replacement for TF2_IgnitePlayer that also supports the weapon parameter.
Fixed
Corrected array parameter declaration for TF2Util_IsPointInRespawnRoom native, allowing it to be compiled in SourceMod 1.11 (#3).