DayZ 1.24
Loading...
Searching...
No Matches
AK74 Class Reference
Inheritance diagram for AK74:
[legend]
Collaboration diagram for AK74:
[legend]

Private Member Functions

override bool CanEnterIronsights ()
 

Detailed Description

Definition at line 24 of file AK74.c.

Member Function Documentation

◆ CanEnterIronsights()

override bool AK74::CanEnterIronsights ( )
inlineprivate

Definition at line 26 of file AK74.c.

27 {
28 ItemOptics optic = GetAttachedOptics();
29 if (optic && PSO1Optic.Cast(optic) || PSO11Optic.Cast(optic) || KazuarOptic.Cast(optic))
30 return true;
31 return super.CanEnterIronsights();
32 }

The documentation for this class was generated from the following file: