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

◆ LocalTakeEntityToTargetCargo()

override bool EntityAI::LocalTakeEntityToTargetCargo ( notnull EntityAI target,
notnull EntityAI item )
inlineprotected

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

703 {
704 return TakeEntityToTargetCargoImpl(InventoryMode.LOCAL, target, item);
705 }
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().