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