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

◆ ServerTakeEntityToCargo()

override bool EntityAI::ServerTakeEntityToCargo ( notnull EntityAI item)
inlineprotected

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

404 {
405 return TakeEntityToCargoImpl(InventoryMode.SERVER, item);
406 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityToCargoImpl(InventoryMode mode, notnull EntityAI item)
Определения Man.c:408

Перекрестные ссылки TakeEntityToCargoImpl().