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

◆ GetMeleeMode()

override int FlammableBase::GetMeleeMode ( )
inlineprotected

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

731 {
732 if ( GetCompEM().IsWorking() )
733 return 3; // ???
734 else
735 return 0; // ???
736 }