BFAISettingsData
Inherits from AISettingsData
Summary
Constructors
| BFAISettingsData() |
| BFAISettingsData(guid: Guid) |
| BFAISettingsData(other: AISettingsData) |
| BFAISettingsData(other: Asset) |
| BFAISettingsData(other: DataContainer) |
Properties
Static members
| Name | Type |
|---|---|
| BFAISettingsData.typeInfo | TypeInformation |
Constructors
BFAISettingsData
BFAISettingsData()
Creates a new BFAISettingsData frostbite instance.
BFAISettingsData
BFAISettingsData(guid: Guid)
Creates a new BFAISettingsData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
BFAISettingsData
BFAISettingsData(other: AISettingsData)
Casts an instance of type AISettingsData to BFAISettingsData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | AISettingsData | The instance to cast to BFAISettingsData. |
BFAISettingsData
BFAISettingsData(other: Asset)
Casts an instance of type Asset to BFAISettingsData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to BFAISettingsData. |
BFAISettingsData
BFAISettingsData(other: DataContainer)
Casts an instance of type DataContainer to BFAISettingsData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to BFAISettingsData. |
Properties
movementConstants
MovementConstantData | nil
turretControlConstants
searchAndDestroyConstants
followConstants
FollowConstantData | nil
combatConstants
CombatConstantData | nil
Static members
typeInfo
The type information for the BFAISettingsData type.