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

Private Member Functions

override RecoilBase SpawnRecoilObject ()
 
override void OnDebugSpawn ()
 

Detailed Description

Definition at line 1 of file Scout.c.

Member Function Documentation

◆ OnDebugSpawn()

override void Scout_Base::OnDebugSpawn ( )
inlineprivate

Definition at line 9 of file Scout.c.

10 {
11 super.OnDebugSpawn();
12
13 GetInventory().CreateAttachment("ACOGOptic");
14 }

◆ SpawnRecoilObject()

override RecoilBase Scout_Base::SpawnRecoilObject ( )
inlineprivate

Definition at line 3 of file Scout.c.

4 {
5 return new ScoutRecoil(this);
6 }

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