VehicleWheel Class

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "T:Rage.VehicleWheel"]

Inheritance Hierarchy

SystemObject
  RageVehicleWheel

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

[SerializableAttribute]
public sealed class VehicleWheel

The VehicleWheel type exposes the following members.

Properties

  NameDescription
Public propertyAngleLimit

Gets or sets the maximum number of degrees this wheel can turn when steering inwards.

This value also affects the maximum angle when turning outwards, however this value will be scaled to be a little larger.

Public propertyHealth
Gets the health of this wheel.
Public propertyIsDriveWheel

Gets or sets a value indicating whether this wheel is a drive wheel.

Public propertyIsFacingLeft

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.

Public propertyIsOnFire

Gets or sets a value indicating whether this wheel is on fire.

Public propertyIsSteeringWheel

Gets or sets a value indicating whether this wheel is used for turning the vehicle.

Public propertyIsTouching

Gets a value indicating whether this wheel is currently touching a surface.

Public propertyLastContactPoint

Gets the position of the point the wheel was last touching.

Public propertySuspensionStrength
Gets or sets the strength of the suspension of this wheel.
Public propertyTemperature

Gets or sets a value representing the temperature of this wheel.

If the temperature gets too high, the tire will burst.

Public propertyTireHealth
Gets the health of the tire of this wheel.
Top
Methods

  NameDescription
Public methodBurstTire
Bursts the tire on this wheel.
Public methodFixTire
Fixes the tire on this wheel.
Top
See Also

Reference