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

◆ JunctureTakeEntityToCargo()

bool EntityAI::JunctureTakeEntityToCargo ( notnull EntityAI item)
inlineprotected

to cgo juncture

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

380 {
381 return TakeEntityToCargoImpl(InventoryMode.JUNCTURE, item);
382 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityToCargoImpl(InventoryMode mode, notnull EntityAI item)
Определения Man.c:408

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

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