XenonPresenceBackendData

Inherits from PresenceBackendData

Summary

Constructors

XenonPresenceBackendData()
XenonPresenceBackendData(guid: Guid)
XenonPresenceBackendData(other: PresenceBackendData)
XenonPresenceBackendData(other: Asset)
XenonPresenceBackendData(other: DataContainer)

Properties

Name Type
titleId int

Static members

Name Type
XenonPresenceBackendData.typeInfo TypeInformation

Constructors

XenonPresenceBackendData

XenonPresenceBackendData()

Creates a new XenonPresenceBackendData frostbite instance.

XenonPresenceBackendData

XenonPresenceBackendData(guid: Guid)

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

Parameters

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

XenonPresenceBackendData

XenonPresenceBackendData(other: PresenceBackendData)

Casts an instance of type PresenceBackendData to XenonPresenceBackendData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other PresenceBackendData The instance to cast to XenonPresenceBackendData.

XenonPresenceBackendData

XenonPresenceBackendData(other: Asset)

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

Parameters

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

XenonPresenceBackendData

XenonPresenceBackendData(other: DataContainer)

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

Parameters

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

Properties

titleId

int

Static members

typeInfo

TypeInformation

The type information for the XenonPresenceBackendData type.

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