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

◆ ServerTakeToDst()

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

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

864 {
865 return TakeToDstImpl(InventoryMode.SERVER, src, dst);
866 }
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().