swiftlys2/docs/api/ai/
API Reference Events

IOnClientSteamAuthorizeFailEvent

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

Called when a client's Steam authorization fails.

View source

Properties

PlayerId

The player ID of the client that failed to authorize.

int PlayerId { get; }
Property Value