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