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

◆ CanReleaseAttachment()

override bool FlammableBase::CanReleaseAttachment ( EntityAI attachment)
inlineprotected

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

112 {
113 if( !super.CanReleaseAttachment( attachment ) )
114 return false;
115 return !GetCompEM().IsWorking();
116 }