IGameHookController
Interface IGameHookController
Namespace: SwiftlyS2.Shared.GameHooks
Assembly: SwiftlyS2.CS2.dll
public interface IGameHookControllerProperties
ProcessUsercmds
Hook triggered when processing user commands.
IProcessUsercmdsHook ProcessUsercmds { get; }Property Value
SimulateUserCommands
Hook triggered when simulating user commands.
ISimulateUserCommandsHook SimulateUserCommands { get; }Property Value