ICommandService.ClientCommandHandler
Delegate ICommandService.ClientCommandHandler
Namespace: SwiftlyS2.Shared.Commands
Assembly: SwiftlyS2.CS2.dll
The handler for the client command hook.
public delegate HookResult ICommandService.ClientCommandHandler(int playerId, string commandLine)Parameters
Returns
- HookResult — Whether the command should continue to be sent.