PresenceRspServiceData

Inherits from PresenceServiceData

Summary

Constructors

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

Static members

Name Type
PresenceRspServiceData.typeInfo TypeInformation

Constructors

PresenceRspServiceData

PresenceRspServiceData()

Creates a new PresenceRspServiceData frostbite instance.

PresenceRspServiceData

PresenceRspServiceData(guid: Guid)

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

Parameters

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

PresenceRspServiceData

PresenceRspServiceData(other: PresenceServiceData)

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

Parameters

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

PresenceRspServiceData

PresenceRspServiceData(other: Asset)

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

Parameters

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

PresenceRspServiceData

PresenceRspServiceData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the PresenceRspServiceData type.

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