GetVehicleTaxiLightOn: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(getVehicleTaxiLightOn)
(No difference)

Revision as of 19:38, 6 April 2009

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

Shared