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

◆ GetMeleeSprintMode()

override int FlammableBase::GetMeleeSprintMode ( )
inlineprotected

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

747 {
748 if ( GetCompEM().IsWorking() )
749 return 5; // ???
750 else
751 return 2; // ???
752 }