Перейти к содержанию

Vehicle::isInBurnout

Материал из RAGE MP Wiki Archive

Returns whether the specified vehicle is currently in a burnout.


vb.net
Public Function isVehicleInBurnout(vh As Vehicle) As Boolean
Return Native.Function.Call(Of Boolean)(Hash.IS_VEHICLE_IN_BURNOUT, vh)
End Function

Syntax

<syntaxhighlight lang="javascript">vehicle.isInBurnout();</syntaxhighlight>

Required Arguments

Return value

  • Boolean

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also