Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
actiontakeovenindoor.c File Reference

Go to the source code of this file.

Data Structures

class  ActionTakeOvenIndoor
 DEPRECATED. More...

Functions

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

Variables

ActionTakeOvenIndoor m_Player

Function Documentation

◆ CopyOldPropertiesToNew()

override void CopyOldPropertiesToNew ( notnull EntityAI old_item,
EntityAI new_item )

Definition at line 59 of file actiontakeovenindoor.c.

◆ TakeOvenFromIndoorLambda()

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

Definition at line 54 of file actiontakeovenindoor.c.

Referenced by ActionTakeOvenIndoor::OnExecuteServer().

Variable Documentation

◆ m_Player