Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actiontakefireplacefrombarrel.c File Reference

Go to the source code of this file.

Classes

class  ActionTakeFireplaceFromBarrel
 DEPRECATED. More...
 

Functions

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

Variables

ActionTakeFireplaceFromBarrel m_Player
 

Function Documentation

◆ CopyOldPropertiesToNew()

override void CopyOldPropertiesToNew ( notnull EntityAI old_item,
EntityAI new_item )
protected

Definition at line 70 of file actiontakefireplacefrombarrel.c.

◆ CreateNetworkObjectInfo()

void CreateNetworkObjectInfo ( EntityAI new_item)
protected

Definition at line 82 of file actiontakefireplacefrombarrel.c.

◆ DeleteOldEntity()

void DeleteOldEntity ( )
protected

Definition at line 77 of file actiontakefireplacefrombarrel.c.

◆ RemoveOldItemFromLocation()

void RemoveOldItemFromLocation ( )
protected

Definition at line 60 of file actiontakefireplacefrombarrel.c.

◆ TakeFireplaceFromBarrelLambda()

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

Definition at line 55 of file actiontakefireplacefrombarrel.c.

◆ UndoRemoveOldItemFromLocation()

void UndoRemoveOldItemFromLocation ( )
protected

Definition at line 65 of file actiontakefireplacefrombarrel.c.

Variable Documentation

◆ m_Player