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

Go to the source code of this file.

Data Structures

class  ActionTakeFireplaceFromBarrel
 

Functions

void TakeFireplaceFromBarrelLambda (EntityAI old_item, string new_item_type, PlayerBase player)
 
override protected void RemoveOldItemFromLocation ()
 
override protected void UndoRemoveOldItemFromLocation ()
 
override void CopyOldPropertiesToNew (notnull EntityAI old_item, EntityAI new_item)
 
override protected void DeleteOldEntity ()
 
override protected void CreateNetworkObjectInfo (EntityAI new_item)
 

Variables

ActionTakeFireplaceFromBarrel m_Player
 

Function Documentation

◆ CopyOldPropertiesToNew()

override void CopyOldPropertiesToNew ( notnull EntityAI  old_item,
EntityAI  new_item 
)

Definition at line 69 of file actiontakefireplacefrombarrel.c.

◆ CreateNetworkObjectInfo()

override protected void CreateNetworkObjectInfo ( EntityAI  new_item)

Definition at line 81 of file actiontakefireplacefrombarrel.c.

◆ DeleteOldEntity()

override protected void DeleteOldEntity ( )

Definition at line 76 of file actiontakefireplacefrombarrel.c.

◆ RemoveOldItemFromLocation()

override protected void RemoveOldItemFromLocation ( )

Definition at line 59 of file actiontakefireplacefrombarrel.c.

◆ TakeFireplaceFromBarrelLambda()

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

Definition at line 54 of file actiontakefireplacefrombarrel.c.

◆ UndoRemoveOldItemFromLocation()

override protected void UndoRemoveOldItemFromLocation ( )

Definition at line 64 of file actiontakefireplacefrombarrel.c.

Variable Documentation

◆ m_Player