swiftlys2/docs/api/ai/
API Reference Events

IOnClientSteamAuthorizeEvent

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

Called when a client is authorized via Steam.

View source

Properties

PlayerId

The player ID of the client that was authorized.

int PlayerId { get; }
Property Value