SwiftlyS2

IOnClientPutInServerEvent

Interface IOnClientPutInServerEvent

Namespace: SwiftlyS2.Shared.Events

Assembly: SwiftlyS2.CS2.dll

Called when a client is put in the server.

public interface IOnClientPutInServerEvent

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

On this page