SteamNetworkingSocketsDebugOutputType
Swift
public enum SteamNetworkingSocketsDebugOutputType: CUnsignedInt, Sendable
Steamworks ESteamNetworkingSocketsDebugOutputType
Topics
case none
case none
Steamworks k_ESteamNetworkingSocketsDebugOutputType_None
Declaration
Swift
case none = 0
case bug
case bug
Steamworks k_ESteamNetworkingSocketsDebugOutputType_Bug
Declaration
Swift
case bug = 1
case error
case error
Steamworks k_ESteamNetworkingSocketsDebugOutputType_Error
Declaration
Swift
case error = 2
case important
case important
Steamworks k_ESteamNetworkingSocketsDebugOutputType_Important
Declaration
Swift
case important = 3
case warning
case warning
Steamworks k_ESteamNetworkingSocketsDebugOutputType_Warning
Declaration
Swift
case warning = 4
case msg
case msg
Steamworks k_ESteamNetworkingSocketsDebugOutputType_Msg
Declaration
Swift
case msg = 5
case verbose
case verbose
Steamworks k_ESteamNetworkingSocketsDebugOutputType_Verbose
Declaration
Swift
case verbose = 6
case debug
case debug
Steamworks k_ESteamNetworkingSocketsDebugOutputType_Debug
Declaration
Swift
case debug = 7
case everything
case everything
Steamworks k_ESteamNetworkingSocketsDebugOutputType_Everything
Declaration
Swift
case everything = 8
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 9