VehicleParachuteData
Inherits from DataContainer
Summary
Constructors
VehicleParachuteData() |
VehicleParachuteData(guid: Guid) |
VehicleParachuteData(other: DataContainer) |
Properties
Name | Type |
---|---|
terminalVelocity | float |
freefallGravityMultiplier | float |
dragCoefficient | float |
maxRollVelocity | float |
maxPitchVelocity | float |
maxYawVelocity | float |
deployTime | float |
undeployGroundHeight | float |
angularDescentDamping | float |
angularDeployDamping | float |
deployPhysicsStart | float |
deployInitialDragStart | float |
initialDragStartVelocityScale | float |
initialDragAngularVelocityPitch | float |
initialDragRandomAngularVelocityRollMax | float |
rampLength | float |
Static members
Name | Type |
---|---|
VehicleParachuteData.typeInfo | TypeInformation |
Constructors
VehicleParachuteData
VehicleParachuteData()
Creates a new VehicleParachuteData frostbite instance.
VehicleParachuteData
VehicleParachuteData(guid: Guid)
Creates a new VehicleParachuteData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VehicleParachuteData
VehicleParachuteData(other: DataContainer)
Casts an instance of type DataContainer to VehicleParachuteData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VehicleParachuteData. |
Properties
terminalVelocity
float
freefallGravityMultiplier
float
dragCoefficient
float
maxRollVelocity
float
maxPitchVelocity
float
maxYawVelocity
float
deployTime
float
undeployGroundHeight
float
angularDescentDamping
float
angularDeployDamping
float
deployPhysicsStart
float
deployInitialDragStart
float
initialDragStartVelocityScale
float
initialDragAngularVelocityPitch
float
initialDragRandomAngularVelocityRollMax
float
rampLength
float
Static members
typeInfo
The type information for the VehicleParachuteData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)