swiftlys2/docs/api/ai/
API Reference Commands

ICommandService.ClientCommandHandler

Delegate
Namespace: SwiftlyS2.Shared.Commands · Assembly: SwiftlyS2.CS2.dll
public delegate HookResult ICommandService.ClientCommandHandler(int playerId, string commandLine)

The handler for the client command hook.

View source