GetVehicleSpecialLightStatus

From RAGE Multiplayer Wiki
Revision as of 07:37, 28 November 2019 by Avoid (talk | contribs) (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}}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function sets on the vehicle special lights. For example taxi lights. True = ON, False = OFF.


C# Syntax

bool NAPI.Vehicle.GetVehicleSpecialLightStatus(Vehicle vehicle);

Parameters

  • vehicle: parameter input should be in Vehicle type

NOTE: This function returns data in bool type.

Example

NAPI.Vehicle.GetVehicleSpecialLightStatus(vehicle);