AwardHeaderData

Inherits from AbstractAwardData

Summary

Constructors

AwardHeaderData()
AwardHeaderData(guid: Guid)
AwardHeaderData(other: AbstractAwardData)
AwardHeaderData(other: TreeNodeBase)
AwardHeaderData(other: DataContainer)

Properties

Name Type
group AwardGroup
multiplicity StatsMultiplicity

Static members

Name Type
AwardHeaderData.typeInfo TypeInformation

Constructors

AwardHeaderData

AwardHeaderData()

Creates a new AwardHeaderData frostbite instance.

AwardHeaderData

AwardHeaderData(guid: Guid)

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

Parameters

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

AwardHeaderData

AwardHeaderData(other: AbstractAwardData)

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

Parameters

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

AwardHeaderData

AwardHeaderData(other: TreeNodeBase)

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

Parameters

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

AwardHeaderData

AwardHeaderData(other: DataContainer)

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

Parameters

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

Properties

group

AwardGroup

multiplicity

StatsMultiplicity

Static members

typeInfo

TypeInformation

The type information for the AwardHeaderData type.

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