LobbyGameCreated

Swift
public struct LobbyGameCreated: Sendable

Steamworks LobbyGameCreated_t


Topics

var steamIDLobby: SteamID

Steamworks m_ulSteamIDLobby

Declaration
Swift
public let steamIDLobby: SteamID

var steamIDGameServer: SteamID

Steamworks m_ulSteamIDGameServer

Declaration
Swift
public let steamIDGameServer: SteamID

var ip: Int

Steamworks m_unIP

Declaration
Swift
public let ip: Int

var port: UInt16

Steamworks m_usPort

Declaration
Swift
public let port: UInt16

init(steamIDLobby: SteamID, steamIDGameServer: SteamID, ip: Int, port: UInt16)

Create a customized LobbyGameCreated

Declaration
Swift
public init(
    steamIDLobby: SteamID = SteamID(), steamIDGameServer: SteamID = SteamID(),
    ip: Int = 0, port: UInt16 = 0)