SwiftlyS2

IGameHookPawn

Interface IGameHookPawn

Namespace: SwiftlyS2.Shared.GameHooks

Assembly: SwiftlyS2.CS2.dll

public interface IGameHookPawn

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

On this page