VehicleVerticalFlightPhase Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets or sets the vertical flight phase. This adjusts the thruster angle on VTOL enabled planes.

Note that the game will interppolate this property to the value of DesiredVerticalFlightPhase.

To have the plane remain at the specified value, set both properties to the same value.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public float VerticalFlightPhase { get; set; }

Property Value

Type: Single
A value between 0.0f and 1.0f, indicating the vertical flight phase.
Remarks

This instance must represent a VTOL enabled plane.
See Also

Reference