GetVehicleTaxiLightOn: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(getVehicleTaxiLightOn)
 
m (redirect)
 
Line 1: Line 1:
__NOTOC__
#redirect [[isVehicleTaxiLightOn]]
[[Category:Needs_Example]]
{{client function}}
This function will get the taxi light state of a taxi (vehicle ID's 420 and 438)
 
==Syntax==
<syntaxhighlight lang="lua">
bool getVehicleTaxiLightOn ( vehicle taxi )             
</syntaxhighlight>
 
===Required Arguments===
*'''taxi:''' The vehicle element of the taxi that you wish to get the light state of.
 
===Returns===
Returns ''true'' if the light is on, ''false'' otherwise.
 
==Example==
<syntaxhighlight lang="lua">
-- TODO
</syntaxhighlight>
 
==See Also==
{{Client vehicle functions}}

Latest revision as of 16:28, 9 April 2009