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

◆ JunctureTakeEntityToInventory()

bool EntityAI::JunctureTakeEntityToInventory ( FindInventoryLocationType flags,
notnull EntityAI item )
inlineprotected

to inv juncture

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

341 {
342 return TakeEntityToInventoryImpl(InventoryMode.JUNCTURE, flags, item);
343 }
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().

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