GetVehicleNeonColour — FiveM Natives
0xD9319DCB · CFX · server
Getter to check the neon colour of a vehicle. This native is the server side getter of GET_VEHICLE_NEON_LIGHTS_COLOUR.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to check. |
| red | int* | Pointer to an integer where the red component of the neon color will be stored. |
| green | int* | Pointer to an integer where the green component of the neon color will be stored. |
| blue | int* | Pointer to an integer where the blue component of the neon color will be stored. |
Returns
void