DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanReceiveAttachment()
override
bool
VehicleBattery::CanReceiveAttachment
(
EntityAI
attachment
,
int
slotId
)
inline
private
См. определение в файле
VehicleBattery.c
строка
25
26
{
27
if
(GetCompEM().IsPlugged())
28
return
false
;
29
30
return
super.CanReceiveAttachment(attachment, slotId);
31
}
VehicleBattery
Создано системой
1.13.2