IOnPlayerPawnPostThinkHookEvent
Interface IOnPlayerPawnPostThinkHookEvent
Namespace: SwiftlyS2.Shared.Events
Assembly: SwiftlyS2.CS2.dll
Called when the player pawn post think hook is triggered.
[Obsolete("This event is deprecated and will be removed in future versions. Use GameHooks instead.")]
public interface IOnPlayerPawnPostThinkHookEventProperties
PlayerPawn
The player pawn.
CCSPlayerPawn PlayerPawn { get; }Property Value