SteamPartyBeaconLocation

Swift
public struct SteamPartyBeaconLocation: Sendable

Steamworks SteamPartyBeaconLocation_t


Topics

var type: SteamPartyBeaconLocationType

Steamworks m_eType

Declaration
Swift
public let type: SteamPartyBeaconLocationType

var locationID: UInt64

Steamworks m_ulLocationID

Declaration
Swift
public let locationID: UInt64

init(type: SteamPartyBeaconLocationType, locationID: UInt64)

Create a customized SteamPartyBeaconLocation

Declaration
Swift
public init(
    type: SteamPartyBeaconLocationType = .invalid, locationID: UInt64 = 0)