SteamNetworkingFakeIPType
Swift
public enum SteamNetworkingFakeIPType: CUnsignedInt, Sendable
Steamworks ESteamNetworkingFakeIPType
Topics
case invalid
case invalid
Steamworks k_ESteamNetworkingFakeIPType_Invalid
Declaration
Swift
case invalid = 0
case notFake
case notFake
Steamworks k_ESteamNetworkingFakeIPType_NotFake
Declaration
Swift
case notFake = 1
case globalIPv4
case globalIPv4
Steamworks k_ESteamNetworkingFakeIPType_GlobalIPv4
Declaration
Swift
case globalIPv4 = 2
case localIPv4
case localIPv4
Steamworks k_ESteamNetworkingFakeIPType_LocalIPv4
Declaration
Swift
case localIPv4 = 3
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 4