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

◆ JunctureTakeEntityToInventory()

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

to inv juncture

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

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

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

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