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

◆ LocalTakeEntityToCargo()

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

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

399 {
400 return TakeEntityToCargoImpl(InventoryMode.LOCAL, item);
401 }
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().