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

Private Member Functions

void DigOutStashLambda (EntityAI old_item, string new_item_type, PlayerBase player)
 
override void CopyOldPropertiesToNew (notnull EntityAI old_item, EntityAI new_item)
 

Detailed Description

Definition at line 109 of file ActionDigOutStash.c.

Constructor & Destructor Documentation

◆ DigOutStashLambda()

void DigOutStashLambda::DigOutStashLambda ( EntityAI old_item,
string new_item_type,
PlayerBase player )
inlineprivate

Definition at line 111 of file ActionDigOutStash.c.

111{}

Member Function Documentation

◆ CopyOldPropertiesToNew()

override void DigOutStashLambda::CopyOldPropertiesToNew ( notnull EntityAI old_item,
EntityAI new_item )
inlineprivate

Definition at line 113 of file ActionDigOutStash.c.

114 {
115 super.CopyOldPropertiesToNew(old_item, new_item);
116 }

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