DayZ 1.24
Loading...
Searching...
No Matches
HandEventReplaceWithNewBase Class Reference

Private Member Functions

void HandEventDestroyAndReplaceWithNew (Man p=null, InventoryLocation src=null, ReplaceItemWithNewLambdaBase lambda=NULL)
 
void HandEventDestroyElsewhereAndReplaceWithNewInHands (Man p=null, InventoryLocation src=null, ReplaceItemWithNewLambdaBase lambda=NULL)
 

Detailed Description

Definition at line 710 of file Hand_Events.c.

Member Function Documentation

◆ HandEventDestroyAndReplaceWithNew()

void HandEventReplaceWithNewBase::HandEventDestroyAndReplaceWithNew ( Man p = null,
InventoryLocation src = null,
ReplaceItemWithNewLambdaBase lambda = NULL )
inlineprivate

Definition at line 712 of file Hand_Events.c.

712{ m_EventID = HandEventID.REPLACE; m_Lambda = lambda; }
m_EventID
HandEventID
events
Definition Hand_Events.c:7

References m_EventID.

◆ HandEventDestroyElsewhereAndReplaceWithNewInHands()

void HandEventReplaceWithNewBase::HandEventDestroyElsewhereAndReplaceWithNewInHands ( Man p = null,
InventoryLocation src = null,
ReplaceItemWithNewLambdaBase lambda = NULL )
inlineprivate

Definition at line 722 of file Hand_Events.c.

722{ m_EventID = HandEventID.REPLACE3; m_Lambda = lambda; }

References m_EventID.


The documentation for this class was generated from the following file: