DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ UngagSelfLambda()

void UngagSelfLambda::UngagSelfLambda ( EntityAI old_item,
string new_item_type,
PlayerBase player )
inlineprivate

См. определение в файле ActionUngagSelf.c строка 59

60 {
61 gag = MouthRag.Cast(m_OldItem);
62 if (gag)
63 gag.SetIncomingLambaBool(true);
64 InventoryLocation targetHnd = new InventoryLocation;
65 targetHnd.SetHands(player, null);
66 OverrideNewLocation(targetHnd);
67 m_OriginalOwner = m_OldItem.GetHierarchyRoot();
68 }
proto native void SetHands(notnull EntityAI parent, EntityAI e)
sets current inventory location type to Hands
EntityAI m_OriginalOwner
Определения ActionUngagSelf.c:57
MouthRag gag
Определения ActionUngagSelf.c:56

Перекрестные ссылки gag, m_OriginalOwner и InventoryLocation::SetHands().