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

◆ LocalTakeToDst()

override bool EntityAI::LocalTakeToDst ( notnull InventoryLocation src,
notnull InventoryLocation dst )
inlineprotected

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

843 {
844 return TakeToDstImpl(InventoryMode.LOCAL, src, dst);
845 }
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().

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