PresenceXPromoServiceData

Inherits from PresenceServiceData

Summary

Constructors

PresenceXPromoServiceData()
PresenceXPromoServiceData(guid: Guid)
PresenceXPromoServiceData(other: PresenceServiceData)
PresenceXPromoServiceData(other: Asset)
PresenceXPromoServiceData(other: DataContainer)

Static members

Name Type
PresenceXPromoServiceData.typeInfo TypeInformation

Constructors

PresenceXPromoServiceData

PresenceXPromoServiceData()

Creates a new PresenceXPromoServiceData frostbite instance.

PresenceXPromoServiceData

PresenceXPromoServiceData(guid: Guid)

Creates a new PresenceXPromoServiceData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

PresenceXPromoServiceData

PresenceXPromoServiceData(other: PresenceServiceData)

Casts an instance of type PresenceServiceData to PresenceXPromoServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PresenceServiceData The instance to cast to PresenceXPromoServiceData.

PresenceXPromoServiceData

PresenceXPromoServiceData(other: Asset)

Casts an instance of type Asset to PresenceXPromoServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to PresenceXPromoServiceData.

PresenceXPromoServiceData

PresenceXPromoServiceData(other: DataContainer)

Casts an instance of type DataContainer to PresenceXPromoServiceData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to PresenceXPromoServiceData.

Static members

typeInfo

TypeInformation

The type information for the PresenceXPromoServiceData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)