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