SteamNetworkingGetConfigValueResult

Swift
public enum SteamNetworkingGetConfigValueResult: CInt, Sendable

Steamworks ESteamNetworkingGetConfigValueResult


Topics

case badValue

Steamworks k_ESteamNetworkingGetConfigValue_BadValue

Declaration
Swift
case badValue = -1

case badScopeObj

Steamworks k_ESteamNetworkingGetConfigValue_BadScopeObj

Declaration
Swift
case badScopeObj = -2

case bufferTooSmall

Steamworks k_ESteamNetworkingGetConfigValue_BufferTooSmall

Declaration
Swift
case bufferTooSmall = -3

case ok

Steamworks k_ESteamNetworkingGetConfigValue_OK

Declaration
Swift
case ok = 1

case okInherited

Steamworks k_ESteamNetworkingGetConfigValue_OKInherited

Declaration
Swift
case okInherited = 2

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 3