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