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

◆ LocalTakeEntityToInventory()

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

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

387 {
388 return TakeEntityToInventoryImpl(InventoryMode.LOCAL, flags, item);
389 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToInventoryImpl(InventoryMode mode, FindInventoryLocationType flags, notnull EntityAI item)
Определения 3_Game/DayZ/Entities/Man.c:396

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