SteamPartyBeaconLocation
Swift
public struct SteamPartyBeaconLocation: Sendable
Steamworks SteamPartyBeaconLocation_t
Topics
var type: SteamPartyBeaconLocationType
var type: SteamPartyBeaconLocationType
var locationID: UInt64
var locationID: UInt64
init(type: SteamPartyBeaconLocationType, locationID: UInt64)
init(type: SteamPartyBeaconLocationType, locationID: UInt64)
Create a customized SteamPartyBeaconLocation
Declaration
Swift
public init(
type: SteamPartyBeaconLocationType = .invalid, locationID: UInt64 = 0)