SteamNetworkingConfigScope
Swift
public enum SteamNetworkingConfigScope: CUnsignedInt, Sendable
Steamworks ESteamNetworkingConfigScope
Topics
case global
case global
Steamworks k_ESteamNetworkingConfig_Global
Declaration
Swift
case global = 1
case socketsInterface
case socketsInterface
Steamworks k_ESteamNetworkingConfig_SocketsInterface
Declaration
Swift
case socketsInterface = 2
case listenSocket
case listenSocket
Steamworks k_ESteamNetworkingConfig_ListenSocket
Declaration
Swift
case listenSocket = 3
case connection
case connection
Steamworks k_ESteamNetworkingConfig_Connection
Declaration
Swift
case connection = 4
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 5