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

◆ LocalTakeToDst()

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

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

859 {
860 return TakeToDstImpl(InventoryMode.LOCAL, src, dst);
861 }
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().

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