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

Private Member Functions

override bool CanEnterIronsights ()
 

Detailed Description

Definition at line 19 of file VSS.c.

Member Function Documentation

◆ CanEnterIronsights()

override bool VSS::CanEnterIronsights ( )
inlineprivate

Definition at line 21 of file VSS.c.

22 {
23 ItemOptics optic = GetAttachedOptics();
24 if (optic && PSO1Optic.Cast(optic) || PSO11Optic.Cast(optic) || KazuarOptic.Cast(optic))
25 return true;
26 return super.CanEnterIronsights();
27 }

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