IsVehicleNitroRecharging

From Multi Theft Auto: Wiki
Revision as of 17:37, 8 July 2018 by Myonlake (talk | contribs)
Jump to navigation Jump to search

This function checks if nitro is recharging on the vehicle.

[[|link=|]] Warning: Only works if the vehicle is steamed in

Syntax

bool isVehicleNitroRecharging ( vehicle theVehicle )

Required Arguments

  • theVehicle The vehicle, which you want to check for recharging.

Returns

Returns true if the nitro is currently recharging on the vehicle, false otherwise.

Example

Script Example Missing Function IsVehicleNitroRecharging needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.
-- TODO


Requirements

This template will be deleted.

See Also