DayZ 1.24
Loading...
Searching...
No Matches
RifleSingleShotManual_Base Class Reference

Private Member Functions

void M79_Base ()
 
override bool ShootsExplosiveAmmo ()
 
override RecoilBase SpawnRecoilObject ()
 

Detailed Description

Definition at line 1 of file M79.c.

Member Function Documentation

◆ M79_Base()

void RifleSingleShotManual_Base::M79_Base ( )
inlineprivate

Definition at line 3 of file M79.c.

4 {
5 }

◆ ShootsExplosiveAmmo()

override bool RifleSingleShotManual_Base::ShootsExplosiveAmmo ( )
inlineprivate

Definition at line 7 of file M79.c.

8 {
9 return true;
10 }

◆ SpawnRecoilObject()

override RecoilBase RifleSingleShotManual_Base::SpawnRecoilObject ( )
inlineprivate

Definition at line 12 of file M79.c.

13 {
14 return new M79Recoil(this);
15 }

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