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

◆ ReplaceItemInHandsWithNewElsewhere()

bool HumanInventory::ReplaceItemInHandsWithNewElsewhere ( InventoryMode mode,
ReplaceItemWithNewLambdaBase lambda )
inlineprotected

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

548 {
549 HandEventBase heb = new HandEventDestroyAndReplaceWithNewElsewhere(GetManOwner(), null, lambda);
550 return ReplaceItemInHandsWithNewImpl(mode, heb);
551 }
void HandEventBase(Man p=null, InventoryLocation src=null)
Определения Hand_Events.c:52
Man GetManOwner()
Определения HumanInventory.c:102
bool ReplaceItemInHandsWithNewImpl(InventoryMode mode, HandEventBase e)
Определения HumanInventory.c:511

Перекрестные ссылки GetManOwner() и ReplaceItemInHandsWithNewImpl().