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

◆ LocalTakeEntityToInventory()

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

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

360 {
361 return TakeEntityToInventoryImpl(InventoryMode.LOCAL, flags, item);
362 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityToInventoryImpl(InventoryMode mode, FindInventoryLocationType flags, notnull EntityAI item)
Определения Man.c:369

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