IGameHookPawn
Interface IGameHookPawn
Namespace: SwiftlyS2.Shared.GameHooks
Assembly: SwiftlyS2.CS2.dll
public interface IGameHookPawnProperties
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