ClientGameServerDeny
Swift
public struct ClientGameServerDeny: Sendable
Steamworks ClientGameServerDeny_t
Topics
var appID: AppID
var appID: AppID
var gameServerIP: Int
var gameServerIP: Int
var gameServerPort: UInt16
var gameServerPort: UInt16
var secure: Bool
var secure: Bool
var reason: Int
var reason: Int
init(appID: AppID, gameServerIP: Int, gameServerPort: UInt16, secure: Bool, reason: Int)
init(appID: AppID, gameServerIP: Int, gameServerPort: UInt16, secure: Bool, reason: Int)