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