AwardAchievementData

Inherits from AwardData

Summary

Constructors

AwardAchievementData()
AwardAchievementData(guid: Guid)
AwardAchievementData(other: AwardData)
AwardAchievementData(other: AbstractAwardData)
AwardAchievementData(other: TreeNodeBase)
AwardAchievementData(other: DataContainer)

Static members

Name Type
AwardAchievementData.typeInfo TypeInformation

Constructors

AwardAchievementData

AwardAchievementData()

Creates a new AwardAchievementData frostbite instance.

AwardAchievementData

AwardAchievementData(guid: Guid)

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

Parameters

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

AwardAchievementData

AwardAchievementData(other: AwardData)

Casts an instance of type AwardData to AwardAchievementData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AwardData The instance to cast to AwardAchievementData.

AwardAchievementData

AwardAchievementData(other: AbstractAwardData)

Casts an instance of type AbstractAwardData to AwardAchievementData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AbstractAwardData The instance to cast to AwardAchievementData.

AwardAchievementData

AwardAchievementData(other: TreeNodeBase)

Casts an instance of type TreeNodeBase to AwardAchievementData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TreeNodeBase The instance to cast to AwardAchievementData.

AwardAchievementData

AwardAchievementData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the AwardAchievementData type.

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