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

◆ GetMeleeSprintMode()

override int FlammableBase::GetMeleeSprintMode ( )
inlineprotected

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

754 {
755 if ( GetCompEM().IsWorking() )
756 return 5; // ???
757 else
758 return 2; // ???
759 }