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

◆ ServerTakeToDst()

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

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

831 {
832 return TakeToDstImpl(InventoryMode.SERVER, src, dst);
833 }
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().

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