IOnCommandExecuteHookEvent
Interface IOnCommandExecuteHookEvent
Namespace: SwiftlyS2.Shared.Events
Assembly: SwiftlyS2.CS2.dll
Called when a command is executed.
public interface IOnCommandExecuteHookEventProperties
Command
The command.
ref CCommand Command { get; }Property Value
HookMode
The hook mode.
HookMode HookMode { get; }Property Value