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

GetVehicleSpecialLightStatus

Материал из RAGE MP Wiki Archive
Версия от 07:37, 28 ноября 2019; imported>Avoid (Created page with "This function sets on the vehicle special lights. For example taxi lights. True = ON, False = OFF. {{CSharpContainer| {{#tag:pre|bool {{Template:CSharp_Serverside_namespace}}...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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>