Example #1
0
 /// <summary>
 /// This function returns the current state of the specifed light on this vehicle.
 /// </summary>
 public LightState GetLightState(Light light)
 {
     return((LightState)MtaShared.GetVehicleLightState(element, (int)light));
 }