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