swiftlys2/docs/api/ai/
API Reference Events

IOnClientVoiceEvent

Interface
Namespace: SwiftlyS2.Shared.Events · Assembly: SwiftlyS2.CS2.dll
public interface IOnClientVoiceEvent

Called when a client sends a voice packet.

View source

Properties

PlayerId

The player ID of the client that sent a voice packet.

int PlayerId { get; }
Property Value