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

◆ ReplaceItemInHandsWithNew()

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

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

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

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

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