SpottingScoringHandlerData
Inherits from ScoringHandlerData
Summary
Constructors
SpottingScoringHandlerData() |
SpottingScoringHandlerData(guid: Guid) |
SpottingScoringHandlerData(other: ScoringHandlerData) |
SpottingScoringHandlerData(other: DataContainer) |
Static members
Name | Type |
---|---|
SpottingScoringHandlerData.typeInfo | TypeInformation |
Constructors
SpottingScoringHandlerData
SpottingScoringHandlerData()
Creates a new SpottingScoringHandlerData frostbite instance.
SpottingScoringHandlerData
SpottingScoringHandlerData(guid: Guid)
Creates a new SpottingScoringHandlerData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SpottingScoringHandlerData
SpottingScoringHandlerData(other: ScoringHandlerData)
Casts an instance of type ScoringHandlerData to SpottingScoringHandlerData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ScoringHandlerData | The instance to cast to SpottingScoringHandlerData. |
SpottingScoringHandlerData
SpottingScoringHandlerData(other: DataContainer)
Casts an instance of type DataContainer to SpottingScoringHandlerData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SpottingScoringHandlerData. |
Static members
typeInfo
The type information for the SpottingScoringHandlerData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)