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

◆ CanReleaseAttachment()

override bool FlammableBase::CanReleaseAttachment ( EntityAI attachment)
inlineprotected

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

119 {
120 if( !super.CanReleaseAttachment( attachment ) )
121 return false;
122 return !GetCompEM().IsWorking();
123 }