swiftlys2/docs/api/ai/
API Reference Events

IOnPlayerPawnPostThinkHookEvent

Interface
Namespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
[Obsolete("This event is deprecated and will be removed in future versions. Use GameHooks instead.")]
public interface IOnPlayerPawnPostThinkHookEvent

Called when the player pawn post think hook is triggered.

View source

Properties

PlayerPawn

The player pawn.

CCSPlayerPawn PlayerPawn { get; }
Property Value