IsVehicleNitroRecharging: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Func.desc.+ /isVehicleNitroRecharging)
(No difference)

Revision as of 13:11, 14 March 2013

ADDED/UPDATED IN VERSION 1.3.1 r4993:

This function checks if nitro is recharging on the vehicle.

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.

Requirements

This template will be deleted.

See Also