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

◆ JunctureTakeEntityToTargetCargoEx()

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

to target cgo ex juncture

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

678 {
679 return TakeEntityToTargetCargoExImpl(InventoryMode.JUNCTURE, cargo, item, row, col);
680 }
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/DayZ/Entities/Man.c:706

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

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