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

◆ JunctureTakeEntityToTargetCargo()

bool EntityAI::JunctureTakeEntityToTargetCargo ( notnull EntityAI target,
notnull EntityAI item )
inlineprotected

to target cgo juncture

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

684 {
685 return TakeEntityToTargetCargoImpl(InventoryMode.JUNCTURE, target, item);
686 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityToTargetCargoImpl(InventoryMode mode, notnull EntityAI target, notnull EntityAI item)
Определения Man.c:715

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

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