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

Private Member Functions

override bool CanEnterIronsights ()
 
override void AssembleGun ()
 
override RecoilBase SpawnRecoilObject ()
 

Detailed Description

Definition at line 1 of file SSG82.c.

Member Function Documentation

◆ AssembleGun()

override void SSG82_Base::AssembleGun ( )
inlineprivate

Definition at line 8 of file SSG82.c.

9 {
10 super.AssembleGun();
11
12 if (!FindAttachmentBySlotName("weaponOpticsAug"))
13 GetInventory().CreateAttachment("SSG82Optic");
14 }

◆ CanEnterIronsights()

override bool SSG82_Base::CanEnterIronsights ( )
inlineprivate

Definition at line 3 of file SSG82.c.

4 {
5 return false;
6 }

◆ SpawnRecoilObject()

override RecoilBase SSG82_Base::SpawnRecoilObject ( )
inlineprivate

Definition at line 16 of file SSG82.c.

17 {
18 return new SSG82Recoil(this);
19 }

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