DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanEnterIronsights()
override
bool
SVD_Base::CanEnterIronsights
(
)
inline
private
См. определение в файле
SVD.c
строка
8
9
{
10
ItemOptics optic = GetAttachedOptics();
11
if
(optic && PSO1Optic.Cast(optic) || PSO11Optic.Cast(optic) || KashtanOptic.Cast(optic) || KazuarOptic.Cast(optic))
12
return
true
;
13
return
super.CanEnterIronsights();
14
}
SVD_Base
Создано системой
1.13.2