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

◆ LocalTakeEntityToTargetInventory()

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

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

647 {
648 return TakeEntityToTargetInventoryImpl(InventoryMode.LOCAL, target, flags, item);
649 }
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/Entities/Man.c:651

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