Example #1
0
 /// <summary>
 /// Get the damage status of a particular vehicle panel
 /// </summary>
 public DamageLevel GetPanelDamage(Panel panel)
 {
     return((DamageLevel)MtaShared.GetVehiclePanelState(element, (int)panel));
 }