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

◆ ReplaceItemElsewhereWithNewInHands()

bool HumanInventory::ReplaceItemElsewhereWithNewInHands ( InventoryMode mode,
ReplaceItemWithNewLambdaBase lambda )
inlineprivate

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

471 {
472 HandEventBase heb = new HandEventDestroyElsewhereAndReplaceWithNewInHands(GetManOwner(), null, lambda);
474 }
void HandEventBase(Man p=null, InventoryLocation src=null)
Определения Hand_Events.c:52
Man GetManOwner()
Определения HumanInventory.c:102
bool ReplaceItemInElsewhereWithNewinHandsImpl(InventoryMode mode, HandEventBase e)
Определения HumanInventory.c:476

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