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