VehicleIsBig Property

RAGE Plugin Hook Documentation

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

Gets a value indicating whether this is a big vehicle, like busses, trucks, semis, etc.

Does not return true for certain special vehicles like CUTTER.

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

public bool IsBig { get; }

Property Value

Type: Boolean
true if this is a big vehicle; otherwise, false.
See Also

Reference