ScoringBucketData
Inherits from DataContainer
Summary
Constructors
ScoringBucketData() |
ScoringBucketData(guid: Guid) |
ScoringBucketData(other: DataContainer) |
Properties
Name | Type |
---|---|
destinationBucket | ScoringBucket |
bucketType | ScoringBucketType |
name | string |
teamTotalBucket | ScoringBucketData | nil |
unlocks | ScoringBucketUnlockData[] |
connectedCategories | StatsCategoryBaseData[] |
addToEntry | bool |
roundScore | bool |
globalScore | bool |
Static members
Name | Type |
---|---|
ScoringBucketData.typeInfo | TypeInformation |
Constructors
ScoringBucketData
ScoringBucketData()
Creates a new ScoringBucketData frostbite instance.
ScoringBucketData
ScoringBucketData(guid: Guid)
Creates a new ScoringBucketData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ScoringBucketData
ScoringBucketData(other: DataContainer)
Casts an instance of type DataContainer to ScoringBucketData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ScoringBucketData. |
Properties
destinationBucket
bucketType
name
string
teamTotalBucket
ScoringBucketData | nil
unlocks
connectedCategories
addToEntry
bool
roundScore
bool
globalScore
bool
Static members
typeInfo
The type information for the ScoringBucketData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)