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

◆ JunctureTakeToDst()

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

to dst juncture

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

840 {
841 return TakeToDstImpl(InventoryMode.JUNCTURE, src, dst);
842 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeToDstImpl(InventoryMode mode, notnull InventoryLocation src, notnull InventoryLocation dst)
Определения 3_Game/DayZ/Entities/Man.c:868

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

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