AwardableTreeBase
Inherits from TreeBase
Summary
Constructors
| AwardableTreeBase() |
| AwardableTreeBase(guid: Guid) |
| AwardableTreeBase(other: TreeBase) |
| AwardableTreeBase(other: Asset) |
| AwardableTreeBase(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| statCategoryTreeCollection | StatCategoryTreeCollection | nil |
| generalCriteria | CriteriaData[] |
| generalStatistics | bool |
Static members
| Name | Type |
|---|---|
| AwardableTreeBase.typeInfo | TypeInformation |
Constructors
AwardableTreeBase
AwardableTreeBase()
Creates a new AwardableTreeBase frostbite instance.
AwardableTreeBase
AwardableTreeBase(guid: Guid)
Creates a new AwardableTreeBase frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
AwardableTreeBase
AwardableTreeBase(other: TreeBase)
Casts an instance of type TreeBase to AwardableTreeBase. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | TreeBase | The instance to cast to AwardableTreeBase. |
AwardableTreeBase
AwardableTreeBase(other: Asset)
Casts an instance of type Asset to AwardableTreeBase. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to AwardableTreeBase. |
AwardableTreeBase
AwardableTreeBase(other: DataContainer)
Casts an instance of type DataContainer to AwardableTreeBase. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to AwardableTreeBase. |
Properties
statCategoryTreeCollection
generalCriteria
generalStatistics
bool
Static members
typeInfo
The type information for the AwardableTreeBase type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)