GSClientKick

Swift
public struct GSClientKick: Sendable

Steamworks GSClientKick_t


Topics

var steamID: SteamID

Steamworks m_SteamID

Declaration
Swift
public let steamID: SteamID

var denyReason: DenyReason

Steamworks m_eDenyReason

Declaration
Swift
public let denyReason: DenyReason

init(steamID: SteamID, denyReason: DenyReason)

Create a customized GSClientKick

Declaration
Swift
public init(steamID: SteamID = SteamID(), denyReason: DenyReason = .invalid)