GetVehicleTaxiLightOn

From Multi Theft Auto: Wiki
Revision as of 19:38, 6 April 2009 by Cazomino05 (talk | contribs) (getVehicleTaxiLightOn)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Syntax

bool getVehicleTaxiLightOn ( 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