DayZ 1.24
Loading...
Searching...
No Matches
TurnItemIntoItemLambda Class Reference
Inheritance diagram for TurnItemIntoItemLambda:
[legend]

Private Member Functions

override void OnSuccess (EntityAI new_item)
 

Detailed Description

Definition at line 83 of file MiscGameplayFunctions.c.

Member Function Documentation

◆ OnSuccess()

override void TurnItemIntoItemLambda::OnSuccess ( EntityAI new_item)
inlineprivate

Definition at line 85 of file MiscGameplayFunctions.c.

86 {
87 super.OnSuccess(new_item);
88 if (m_Player)
89 m_Player.GetItemAccessor().OnItemInHandsChanged();
90 }
PlayerBase m_Player

References m_Player, and DayZPlayer::OnItemInHandsChanged().


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