GetVehicleNeonEnabled — FiveM Natives
0x684BDBF2 · CFX · server
Getter to check if one of the neon lights of a vehicle is enabled. This native is the server side getter of IS_VEHICLE_NEON_LIGHT_ENABLED. ``cpp enum neonIndex { NEON_BACK = 0, // Back neon NEON_RIGHT = 1, // Right neon NEON_LEFT = 2, // Left neon NEON_FRONT = 3 // Front neon }; ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to check. |
| neonIndex | int | A value from the neonIndex enum representing the neon light to check. |
Returns
BOOL