SteamNetworkingGetConfigValueResult
Swift
public enum SteamNetworkingGetConfigValueResult: CInt, Sendable
Steamworks ESteamNetworkingGetConfigValueResult
Topics
case badValue
case badValue
Steamworks k_ESteamNetworkingGetConfigValue_BadValue
Declaration
Swift
case badValue = -1
case badScopeObj
case badScopeObj
Steamworks k_ESteamNetworkingGetConfigValue_BadScopeObj
Declaration
Swift
case badScopeObj = -2
case bufferTooSmall
case bufferTooSmall
Steamworks k_ESteamNetworkingGetConfigValue_BufferTooSmall
Declaration
Swift
case bufferTooSmall = -3
case ok
case ok
Steamworks k_ESteamNetworkingGetConfigValue_OK
Declaration
Swift
case ok = 1
case okInherited
case okInherited
Steamworks k_ESteamNetworkingGetConfigValue_OKInherited
Declaration
Swift
case okInherited = 2
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 3