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

◆ LocalTakeEntityToTargetCargoEx()

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

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

681 {
682 return TakeEntityToTargetCargoExImpl(InventoryMode.LOCAL, cargo, item, row, col);
683 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToTargetCargoExImpl(InventoryMode mode, notnull CargoBase cargo, notnull EntityAI item, int row, int col)
Определения 3_Game/Entities/Man.c:690

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