SteamNetworkingIdentityType

Swift
public enum SteamNetworkingIdentityType: CUnsignedInt, Sendable

Steamworks ESteamNetworkingIdentityType


Topics

case invalid

Steamworks k_ESteamNetworkingIdentityType_Invalid

Declaration
Swift
case invalid = 0

case steamID

Steamworks k_ESteamNetworkingIdentityType_SteamID

Declaration
Swift
case steamID = 16

case xboxPairwiseID

Steamworks k_ESteamNetworkingIdentityType_XboxPairwiseID

Declaration
Swift
case xboxPairwiseID = 17

case sonyPSN

Steamworks k_ESteamNetworkingIdentityType_SonyPSN

Declaration
Swift
case sonyPSN = 18

case googleStadia

Steamworks k_ESteamNetworkingIdentityType_GoogleStadia

Declaration
Swift
case googleStadia = 19

case ipAddress

Steamworks k_ESteamNetworkingIdentityType_IPAddress

Declaration
Swift
case ipAddress = 1

case genericString

Steamworks k_ESteamNetworkingIdentityType_GenericString

Declaration
Swift
case genericString = 2

case genericBytes

Steamworks k_ESteamNetworkingIdentityType_GenericBytes

Declaration
Swift
case genericBytes = 3

case unknownType

Steamworks k_ESteamNetworkingIdentityType_UnknownType

Declaration
Swift
case unknownType = 4

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 20