ScoringTypeData
Inherits from DataContainer
Summary
Constructors
| ScoringTypeData() |
| ScoringTypeData(guid: Guid) |
| ScoringTypeData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| measuring | StatEvent |
| paramX | StatsCategoryBaseData | nil |
| paramY | StatsCategoryBaseData | nil |
| limit | float |
| descriptionSid | string |
| visibilityType | ScoringVisibilityType |
| bucket | ScoringBucket |
| score | float |
| additionalValueMultiplier | float |
| showForTeam | bool |
Static members
| Name | Type |
|---|---|
| ScoringTypeData.typeInfo | TypeInformation |
Constructors
ScoringTypeData
ScoringTypeData()
Creates a new ScoringTypeData frostbite instance.
ScoringTypeData
ScoringTypeData(guid: Guid)
Creates a new ScoringTypeData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
ScoringTypeData
ScoringTypeData(other: DataContainer)
Casts an instance of type DataContainer to ScoringTypeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to ScoringTypeData. |
Properties
measuring
paramX
StatsCategoryBaseData | nil
paramY
StatsCategoryBaseData | nil
limit
float
descriptionSid
string
visibilityType
bucket
score
float
additionalValueMultiplier
float
showForTeam
bool
Static members
typeInfo
The type information for the ScoringTypeData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)