GetVehicleSpecialLightStatus
Внешний вид
This function sets on the vehicle special lights. For example taxi lights. True = ON, False = OFF.
bool NAPI.Vehicle.GetVehicleSpecialLightStatus(Vehicle vehicle);
Parameters
- vehicle: parameter input should be in Vehicle type
NOTE: This function returns data in bool type.
Example
<syntaxhighlight lang="csharp"> NAPI.Vehicle.GetVehicleSpecialLightStatus(vehicle); </syntaxhighlight>