Перейти к содержанию

GetVehicleSpecialLightStatus

Материал из RAGE MP Wiki Archive

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>