GetVehicleXenonLightsCustomColor — FiveM Natives
0xC715F730 · CFX · client
Returns vehicle xenon lights custom RGB color values. Do note this native doesn't return non-RGB colors that was set with \_SET_VEHICLE_XENON_LIGHTS_COLOR.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle handle. |
| red | int* | Red color (0-255). |
| green | int* | Green color (0-255). |
| blue | int* | Blue color (0-255). |
Returns
BOOL