swiftlys2/docs/api/ai/
API Reference GameHooks

IGameHooks

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

Properties

Controller

Hooks related to controller.

IGameHookController Controller { get; }
Property Value

Datamaps

Datamap (think/touch/use) function hooks, grouped by owning schema class.

IGameHookDatamaps Datamaps { 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