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

◆ ReplaceItemInHandsWithNew()

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

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

542 {
543 HandEventBase heb = new HandEventDestroyAndReplaceWithNew(GetManOwner(), null, lambda);
544 return ReplaceItemInHandsWithNewImpl(mode, heb);
545 }
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().

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