VehicleDesiredVerticalFlightPhase Property

RAGE Plugin Hook Documentation

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

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

VerticalFlightPhase will be interpolated towards the desired value.

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

public float DesiredVerticalFlightPhase { get; set; }

Property Value

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

This instance must represent a VTOL enabled plane.
See Also

Reference