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

◆ CanEnterIronsights()

override bool Rifle_Base::CanEnterIronsights ( )
inlineprivate

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

251 {
252 ItemOptics optic = GetAttachedOptics();
253 if (optic && PUScopeOptic.Cast(optic))
254 return true;
255 return super.CanEnterIronsights();
256 }