ScoringData

Inherits from Asset

Summary

Constructors

ScoringData()
ScoringData(guid: Guid)
ScoringData(other: Asset)
ScoringData(other: DataContainer)

Properties

Name Type
scoringTypes ScoringTypeData[]
scoringHandlers ScoringHandlerData[]
buckets ScoringBucketData[]

Static members

Name Type
ScoringData.typeInfo TypeInformation

Constructors

ScoringData

ScoringData()

Creates a new ScoringData frostbite instance.

ScoringData

ScoringData(guid: Guid)

Creates a new ScoringData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

ScoringData

ScoringData(other: Asset)

Casts an instance of type Asset to ScoringData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to ScoringData.

ScoringData

ScoringData(other: DataContainer)

Casts an instance of type DataContainer to ScoringData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to ScoringData.

Properties

scoringTypes

ScoringTypeData[]

scoringHandlers

ScoringHandlerData[]

buckets

ScoringBucketData[]

Static members

typeInfo

TypeInformation

The type information for the ScoringData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)