AwardStarData

Inherits from AwardData

Summary

Constructors

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

Properties

Name Type
starTemplate AwardStarNameData | nil

Static members

Name Type
AwardStarData.typeInfo TypeInformation

Constructors

AwardStarData

AwardStarData()

Creates a new AwardStarData frostbite instance.

AwardStarData

AwardStarData(guid: Guid)

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

Parameters

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

AwardStarData

AwardStarData(other: AwardData)

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

Parameters

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

AwardStarData

AwardStarData(other: AbstractAwardData)

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

Parameters

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

AwardStarData

AwardStarData(other: TreeNodeBase)

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

Parameters

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

AwardStarData

AwardStarData(other: DataContainer)

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

Parameters

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

Properties

starTemplate

AwardStarNameData | nil

Static members

typeInfo

TypeInformation

The type information for the AwardStarData type.

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