swiftlys2/docs/api/ai/
API Reference GameHooks

IGameHookController

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

Properties

ProcessUsercmds

Hook triggered when processing user commands.

IProcessUsercmdsHook ProcessUsercmds { get; }
Property Value

SimulateUserCommands

Hook triggered when simulating user commands.

ISimulateUserCommandsHook SimulateUserCommands { get; }