LobbyType
Swift
public enum LobbyType: CUnsignedInt, Sendable
Steamworks ELobbyType
Topics
case `private`
case `private`
Steamworks k_ELobbyTypePrivate
Declaration
Swift
case `private` = 0
case friendsOnly
case friendsOnly
Steamworks k_ELobbyTypeFriendsOnly
Declaration
Swift
case friendsOnly = 1
case `public`
case `public`
Steamworks k_ELobbyTypePublic
Declaration
Swift
case `public` = 2
case invisible
case invisible
Steamworks k_ELobbyTypeInvisible
Declaration
Swift
case invisible = 3
case privateUnique
case privateUnique
Steamworks k_ELobbyTypePrivateUnique
Declaration
Swift
case privateUnique = 4
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
Swift
case unrepresentedInSwift = 5