DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CanDisplayAttachmentSlot()

override bool VehicleBattery::CanDisplayAttachmentSlot ( int slot_id)
inlineprivate

См. определение в файле VehicleBattery.c строка 118

119 {
120 if (GetCompEM().IsPlugged())
121 return false;
122
123 return super.CanDisplayAttachmentSlot(slot_id);
124 }