SearchAndDestroyOrderEntityData
Inherits from BFOrderEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
targetPosKnowledge | TargetPosKnowledgeType |
findTargetTime | float |
targetAreaFollowsTarget | bool |
aggressive | bool |
Static members
Name | Type |
---|---|
SearchAndDestroyOrderEntityData.typeInfo | TypeInformation |
Constructors
SearchAndDestroyOrderEntityData
SearchAndDestroyOrderEntityData()
Creates a new SearchAndDestroyOrderEntityData frostbite instance.
SearchAndDestroyOrderEntityData
SearchAndDestroyOrderEntityData(guid: Guid)
Creates a new SearchAndDestroyOrderEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SearchAndDestroyOrderEntityData
SearchAndDestroyOrderEntityData(other: BFOrderEntityData)
Casts an instance of type BFOrderEntityData to SearchAndDestroyOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | BFOrderEntityData | The instance to cast to SearchAndDestroyOrderEntityData. |
SearchAndDestroyOrderEntityData
SearchAndDestroyOrderEntityData(other: OrderEntityData)
Casts an instance of type OrderEntityData to SearchAndDestroyOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | OrderEntityData | The instance to cast to SearchAndDestroyOrderEntityData. |
SearchAndDestroyOrderEntityData
SearchAndDestroyOrderEntityData(other: EntityData)
Casts an instance of type EntityData to SearchAndDestroyOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to SearchAndDestroyOrderEntityData. |
SearchAndDestroyOrderEntityData
SearchAndDestroyOrderEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to SearchAndDestroyOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to SearchAndDestroyOrderEntityData. |
SearchAndDestroyOrderEntityData
SearchAndDestroyOrderEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SearchAndDestroyOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to SearchAndDestroyOrderEntityData. |
SearchAndDestroyOrderEntityData
SearchAndDestroyOrderEntityData(other: DataContainer)
Casts an instance of type DataContainer to SearchAndDestroyOrderEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SearchAndDestroyOrderEntityData. |
Properties
targetPosKnowledge
findTargetTime
float
targetAreaFollowsTarget
bool
aggressive
bool
Static members
typeInfo
The type information for the SearchAndDestroyOrderEntityData type.