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

◆ JunctureTakeToDst()

bool EntityAI::JunctureTakeToDst ( notnull InventoryLocation src,
notnull InventoryLocation dst )
inlineprotected

to dst juncture

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

807 {
808 return TakeToDstImpl(InventoryMode.JUNCTURE, src, dst);
809 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeToDstImpl(InventoryMode mode, notnull InventoryLocation src, notnull InventoryLocation dst)
Определения Man.c:835

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

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