PresenceNewsTickerServiceData

Inherits from PresenceServiceData

Summary

Constructors

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

Static members

Name Type
PresenceNewsTickerServiceData.typeInfo TypeInformation

Constructors

PresenceNewsTickerServiceData

PresenceNewsTickerServiceData()

Creates a new PresenceNewsTickerServiceData frostbite instance.

PresenceNewsTickerServiceData

PresenceNewsTickerServiceData(guid: Guid)

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

Parameters

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

PresenceNewsTickerServiceData

PresenceNewsTickerServiceData(other: PresenceServiceData)

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

Parameters

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

PresenceNewsTickerServiceData

PresenceNewsTickerServiceData(other: Asset)

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

Parameters

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

PresenceNewsTickerServiceData

PresenceNewsTickerServiceData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the PresenceNewsTickerServiceData type.

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