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