LobbyCreated

Swift
public struct LobbyCreated: Sendable

Steamworks LobbyCreated_t


Topics

var result: Result

Steamworks m_eResult

Declaration
Swift
public let result: Result

var steamIDLobby: SteamID

Steamworks m_ulSteamIDLobby

Declaration
Swift
public let steamIDLobby: SteamID

init(result: Result, steamIDLobby: SteamID)

Create a customized LobbyCreated

Declaration
Swift
public init(result: Result = .none, steamIDLobby: SteamID = SteamID())