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

◆ LocalTakeEntityToCargo()

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

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

426 {
427 return TakeEntityToCargoImpl(InventoryMode.LOCAL, item);
428 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToCargoImpl(InventoryMode mode, notnull EntityAI item)
Определения 3_Game/DayZ/Entities/Man.c:435

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