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

◆ JunctureTakeEntityToTargetInventory()

bool EntityAI::JunctureTakeEntityToTargetInventory ( notnull EntityAI target,
FindInventoryLocationType flags,
notnull EntityAI item )
inlineprotected

to target inv juncture

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

590 {
591 return TakeEntityToTargetInventoryImpl(InventoryMode.JUNCTURE, target, flags, item);
592 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityToTargetInventoryImpl(InventoryMode mode, notnull EntityAI target, FindInventoryLocationType flags, notnull EntityAI item)
Определения Man.c:634

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

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