SwiftlyS2

IGameHookController

Interface IGameHookController

Namespace: SwiftlyS2.Shared.GameHooks

Assembly: SwiftlyS2.CS2.dll

public interface IGameHookController

Properties

ProcessUsercmds

Hook triggered when processing user commands.

IProcessUsercmdsHook ProcessUsercmds { get; }
Property Value

SimulateUserCommands

Hook triggered when simulating user commands.

ISimulateUserCommandsHook SimulateUserCommands { get; }
Property Value

On this page