SteamNetworkingFakeIPResult
Swift
public struct SteamNetworkingFakeIPResult: Sendable
Steamworks SteamNetworkingFakeIPResult_t
Topics
var result: Result
var result: Result
var identity: SteamNetworkingIdentity
var identity: SteamNetworkingIdentity
var ip: Int
var ip: Int
var ports: [UInt16]
var ports: [UInt16]
init(result: Result, identity: SteamNetworkingIdentity, ip: Int, ports: [UInt16])
init(result: Result, identity: SteamNetworkingIdentity, ip: Int, ports: [UInt16])
Create a customized SteamNetworkingFakeIPResult
Declaration
Swift
public init(
result: Result = .none,
identity: SteamNetworkingIdentity = SteamNetworkingIdentity(), ip: Int = 0,
ports: [UInt16] = [])