swiftlys2/docs/api/ai/
API Reference Events

IOnClientPutInServerEvent

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

Called when a client is put in the server.

View source

Properties

Kind

The kind of client that was put in the server.

ClientKind Kind { get; }
Property Value

PlayerId

The player ID of the client that was put in the server.

int PlayerId { get; }
Property Value