SwiftlyS2

IGameHooks

Interface IGameHooks

Namespace: SwiftlyS2.Shared.GameHooks

Assembly: SwiftlyS2.CS2.dll

public interface IGameHooks

Properties

Controller

Hooks related to controller.

IGameHookController Controller { get; }
Property Value

Entities

Hooks related to entities.

IGameHookEntities Entities { get; }
Property Value

Items

Hooks related to items.

IGameHookItem Items { get; }
Property Value

Movement

Hooks related to movement.

IGameHookMovement Movement { get; }
Property Value

Pawn

Hooks related to player pawn.

IGameHookPawn Pawn { get; }
Property Value

Weapons

Hooks related to weapons.

IGameHookWeapon Weapons { get; }
Property Value

On this page