IsVehicleNitroRecharging: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 4: Line 4:
This function checks if nitro is recharging on the [[vehicle]].
This function checks if nitro is recharging on the [[vehicle]].
}}
}}
 
{{Warning|Only works if the vehicle is steamed in}}
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">bool isVehicleNitroRecharging ( vehicle theVehicle )</syntaxhighlight>  
<syntaxhighlight lang="lua">bool isVehicleNitroRecharging ( vehicle theVehicle )</syntaxhighlight>  

Revision as of 22:41, 20 May 2013

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.

Requirements

This template will be deleted.

See Also