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

◆ GetMeleeMode()

override int FlammableBase::GetMeleeMode ( )
inlineprotected

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

738 {
739 if ( GetCompEM().IsWorking() )
740 return 3; // ???
741 else
742 return 0; // ???
743 }