swiftlys2/docs/api/ai/
API Reference GameHooks

IGameHookPawn

Interface
Namespace: SwiftlyS2.Shared.GameHooks · Assembly: SwiftlyS2.CS2.dll
public interface IGameHookPawn
View source

Properties

CanMove

Hook triggered when the player pawn can move check is performed.

ICanMovePawnHook CanMove { get; }
Property Value

PostThink

Hook triggered when the player pawn post think hook is triggered.

IPostThinkPawnHook PostThink { get; }
Property Value