SteamNetworkingSocketsDebugOutputType

Swift
public enum SteamNetworkingSocketsDebugOutputType: CUnsignedInt, Sendable

Steamworks ESteamNetworkingSocketsDebugOutputType


Topics

case none

Steamworks k_ESteamNetworkingSocketsDebugOutputType_None

Declaration
Swift
case none = 0

case bug

Steamworks k_ESteamNetworkingSocketsDebugOutputType_Bug

Declaration
Swift
case bug = 1

case error

Steamworks k_ESteamNetworkingSocketsDebugOutputType_Error

Declaration
Swift
case error = 2

case important

Steamworks k_ESteamNetworkingSocketsDebugOutputType_Important

Declaration
Swift
case important = 3

case warning

Steamworks k_ESteamNetworkingSocketsDebugOutputType_Warning

Declaration
Swift
case warning = 4

case msg

Steamworks k_ESteamNetworkingSocketsDebugOutputType_Msg

Declaration
Swift
case msg = 5

case verbose

Steamworks k_ESteamNetworkingSocketsDebugOutputType_Verbose

Declaration
Swift
case verbose = 6

case debug

Steamworks k_ESteamNetworkingSocketsDebugOutputType_Debug

Declaration
Swift
case debug = 7

case everything

Steamworks k_ESteamNetworkingSocketsDebugOutputType_Everything

Declaration
Swift
case everything = 8

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 9