AwardDataTree
Inherits from AwardableTreeBase
Summary
Constructors
AwardDataTree() |
AwardDataTree(guid: Guid) |
AwardDataTree(other: AwardableTreeBase) |
AwardDataTree(other: TreeBase) |
AwardDataTree(other: Asset) |
AwardDataTree(other: DataContainer) |
Properties
Name | Type |
---|---|
filteredAwards | AwardData[] |
Static members
Name | Type |
---|---|
AwardDataTree.typeInfo | TypeInformation |
Constructors
AwardDataTree
AwardDataTree()
Creates a new AwardDataTree frostbite instance.
AwardDataTree
AwardDataTree(guid: Guid)
Creates a new AwardDataTree frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
AwardDataTree
AwardDataTree(other: AwardableTreeBase)
Casts an instance of type AwardableTreeBase to AwardDataTree. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AwardableTreeBase | The instance to cast to AwardDataTree. |
AwardDataTree
AwardDataTree(other: TreeBase)
Casts an instance of type TreeBase to AwardDataTree. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | TreeBase | The instance to cast to AwardDataTree. |
AwardDataTree
AwardDataTree(other: Asset)
Casts an instance of type Asset to AwardDataTree. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to AwardDataTree. |
AwardDataTree
AwardDataTree(other: DataContainer)
Casts an instance of type DataContainer to AwardDataTree. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to AwardDataTree. |
Properties
filteredAwards
Static members
typeInfo
The type information for the AwardDataTree type.