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

Private Member Functions

override bool CanEnterIronsights ()
 

Detailed Description

Definition at line 25 of file AK101.c.

Member Function Documentation

◆ CanEnterIronsights()

override bool AK101::CanEnterIronsights ( )
inlineprivate

Definition at line 27 of file AK101.c.

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

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