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