DayZ 1.24
Loading...
Searching...
No Matches
ActionTakeOvenIndoor.c File Reference

Go to the source code of this file.

Classes

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.

59 {
60 super.CopyOldPropertiesToNew(old_item, new_item);
61
63 }
ActionTakeOvenIndoor m_Player

References m_Player.

◆ TakeOvenFromIndoorLambda()

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

Definition at line 53 of file ActionTakeOvenIndoor.c.

54 {
56 }

References m_Player.

Referenced by ActionTakeOvenIndoor::OnExecuteServer().

Variable Documentation

◆ m_Player