swiftlys2/docs/api/ai/
API Reference Commands

ICommandService.ClientChatHandler

Delegate
Namespace: SwiftlyS2.Shared.Commands · Assembly: SwiftlyS2.CS2.dll
public delegate HookResult ICommandService.ClientChatHandler(int playerId, string text, bool teamonly)

The handler for the client chat hook.

View source