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