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

◆ ReplaceItemInHandsWithNewElsewhere()

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

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

536 {
537 return ReplaceItemInHandsWithNewImpl(mode, new HandEventDestroyAndReplaceWithNewElsewhere(GetManOwner(), null, lambda));
538 }
Man GetManOwner()
Определения HumanInventory.c:102
bool ReplaceItemInHandsWithNewImpl(InventoryMode mode, HandEventBase e)
Определения HumanInventory.c:500

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

Используется в EntityAI::ReplaceItemInHandsWithNewElsewhereImpl().