IsVehicleTaxiLightOn

From Multi Theft Auto: Wiki
Revision as of 16:25, 9 April 2009 by Cazomino05 (talk | contribs) (New page: __NOTOC__ Category:Needs_Example {{Server client function}} This function will get the taxi light state of a taxi (vehicle ID's 420 and 438) ==Syntax== <syntaxhighlight lang="lua"> bool isVehicleT...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This function will get the taxi light state of a taxi (vehicle ID's 420 and 438)

Syntax

bool isVehicleTaxiLightOn ( vehicle taxi )              

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

-- TODO

See Also