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

◆ LocalTakeEntityToTargetInventory()

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

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

630 {
631 return TakeEntityToTargetInventoryImpl(InventoryMode.LOCAL, target, flags, item);
632 }
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().