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