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

◆ LocalTakeEntityToTargetCargoEx()

override bool EntityAI::LocalTakeEntityToTargetCargoEx ( notnull CargoBase cargo,
notnull EntityAI item,
int row,
int col )
inlineprotected

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

664 {
665 return TakeEntityToTargetCargoExImpl(InventoryMode.LOCAL, cargo, item, row, col);
666 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityToTargetCargoExImpl(InventoryMode mode, notnull CargoBase cargo, notnull EntityAI item, int row, int col)
Определения Man.c:673

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