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

◆ CanReceiveAttachment()

override bool VehicleBattery::CanReceiveAttachment ( EntityAI attachment,
int slotId )
inlineprivate

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

26 {
27 if (GetCompEM().IsPlugged())
28 return false;
29
30 return super.CanReceiveAttachment(attachment, slotId);
31 }