IsVehicleNitroRecharging

From Multi Theft Auto: Wiki
Revision as of 11:23, 13 May 2013 by X86dev (talk | contribs)
Jump to navigation Jump to search

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

Minimum server version n/a
Minimum client version 1.3.1-9.04993

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.1-9.04993" />

See Also