VehicleParachuteComponentData
Inherits from ComponentData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| binding | VehicleParachuteBinding |
| undeployTime | float |
| timeInvisibleAfterSpawn | float |
| vehicleType | int |
| dropParachuteOnUndeploy | bool |
Static members
| Name | Type |
|---|---|
| VehicleParachuteComponentData.typeInfo | TypeInformation |
Constructors
VehicleParachuteComponentData
VehicleParachuteComponentData()
Creates a new VehicleParachuteComponentData frostbite instance.
VehicleParachuteComponentData
VehicleParachuteComponentData(guid: Guid)
Creates a new VehicleParachuteComponentData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
VehicleParachuteComponentData
VehicleParachuteComponentData(other: ComponentData)
Casts an instance of type ComponentData to VehicleParachuteComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | ComponentData | The instance to cast to VehicleParachuteComponentData. |
VehicleParachuteComponentData
VehicleParachuteComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to VehicleParachuteComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameObjectData | The instance to cast to VehicleParachuteComponentData. |
VehicleParachuteComponentData
VehicleParachuteComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to VehicleParachuteComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to VehicleParachuteComponentData. |
VehicleParachuteComponentData
VehicleParachuteComponentData(other: DataContainer)
Casts an instance of type DataContainer to VehicleParachuteComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to VehicleParachuteComponentData. |
Properties
binding
undeployTime
float
timeInvisibleAfterSpawn
float
vehicleType
int
dropParachuteOnUndeploy
bool
Static members
typeInfo
The type information for the VehicleParachuteComponentData type.