SwiftlyS2

IOnCommandExecuteHookEvent

Interface IOnCommandExecuteHookEvent

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when a command is executed.

public interface IOnCommandExecuteHookEvent

Properties

Command

The command.

ref CCommand Command { get; }
Property Value

HookMode

The hook mode.

HookMode HookMode { get; }
Property Value

On this page