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

◆ JunctureTakeToDst()

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

to dst juncture

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

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

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

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