GetVehicleHeadLightColor

From Multi Theft Auto: Wiki
Revision as of 08:04, 19 June 2009 by Awwu (talk | contribs) (Needs example)
Jump to navigation Jump to search

This function will get the headlight color of a vehicle.

Syntax

Click to collapse [-]
Server and Client
int, int, int getVehicleHeadLightColor ( vehicle theVehicle )            

Required Arguments

  • theVehicle: The vehicle that you wish to set the headlight color of.

Returns

Returns three integers for the red, green and blue of the headlight color for the specified vehicle, false if an invalid vehicle was specified.

Example

Click to collapse [-]
Example
--TODO

See Also