IsVehicleNitroRecharging: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Func.desc.+ /isVehicleNitroRecharging)
 
mNo edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{New feature/item|4.0132|1.3.1|4993|
{{New feature/item|3.0132|1.3.1|4993|
This function checks if nitro is recharging on the [[vehicle]].
This function checks if nitro is recharging on the [[vehicle]].
}}
}}

Revision as of 11:23, 13 May 2013

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