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

Private Member Functions

override bool CanEnterIronsights ()
 

Detailed Description

Definition at line 30 of file VSS.c.

Member Function Documentation

◆ CanEnterIronsights()

override bool Vikhr::CanEnterIronsights ( )
inlineprivate

Definition at line 32 of file VSS.c.

33 {
34 ItemOptics optic = GetAttachedOptics();
35 if (optic && PSO1Optic.Cast(optic) || PSO11Optic.Cast(optic) || KazuarOptic.Cast(optic))
36 return true;
37 return super.CanEnterIronsights();
38 }

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