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

◆ JunctureTakeEntityToTargetInventory()

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

to target inv juncture

См. определение в файле 3_Game/DayZ/Entities/Man.c строка 620

621 {
622 return TakeEntityToTargetInventoryImpl(InventoryMode.JUNCTURE, target, flags, item);
623 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToTargetInventoryImpl(InventoryMode mode, notnull EntityAI target, FindInventoryLocationType flags, notnull EntityAI item)
Определения 3_Game/DayZ/Entities/Man.c:667

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

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