Returns: Returns true
if the specified neon light is enabled, false
otherwise.
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.
enum neonIndex
{
NEON_BACK = 0, // Back neon
NEON_RIGHT = 1, // Right neon
NEON_LEFT = 2, // Left neon
NEON_FRONT = 3 // Front neon
};