PresenceAchievementServiceData

Inherits from PresenceServiceData

Summary

Constructors

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

Static members

Name Type
PresenceAchievementServiceData.typeInfo TypeInformation

Constructors

PresenceAchievementServiceData

PresenceAchievementServiceData()

Creates a new PresenceAchievementServiceData frostbite instance.

PresenceAchievementServiceData

PresenceAchievementServiceData(guid: Guid)

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

Parameters

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

PresenceAchievementServiceData

PresenceAchievementServiceData(other: PresenceServiceData)

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

Parameters

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

PresenceAchievementServiceData

PresenceAchievementServiceData(other: Asset)

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

Parameters

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

PresenceAchievementServiceData

PresenceAchievementServiceData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the PresenceAchievementServiceData type.

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