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