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

◆ ServerTakeToDst()

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

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

848 {
849 return TakeToDstImpl(InventoryMode.SERVER, src, dst);
850 }
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().