Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actiontakeovenindoor.c File Reference

Go to the source code of this file.

Data Structures

class  ActionTakeOvenIndoor
 

Functions

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

Variables

ActionTakeOvenIndoor m_Player
 

Function Documentation

◆ CopyOldPropertiesToNew()

override void CopyOldPropertiesToNew ( notnull EntityAI  old_item,
EntityAI  new_item 
)

Definition at line 58 of file actiontakeovenindoor.c.

◆ TakeOvenFromIndoorLambda()

void TakeOvenFromIndoorLambda ( EntityAI  old_item,
string  new_item_type,
PlayerBase  player 
)

Definition at line 53 of file actiontakeovenindoor.c.

Variable Documentation

◆ m_Player