VehicleWheelIsFacingLeft Property

RAGE Plugin Hook Documentation

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

Gets or sets a value indicating whether this wheel is facing the left side of the vehicle.

This determines only which way the wheel is facing, not where it's located.

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

public bool IsFacingLeft { get; set; }

Property Value

Type: Boolean
true if this wheel is facing the left side of the vehicle; otherwise false.
See Also

Reference