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

◆ ServerTakeEntityToTargetCargo()

override bool EntityAI::ServerTakeEntityToTargetCargo ( notnull EntityAI target,
notnull EntityAI item )
inlineprotected

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

741 {
742 if (IsAlive())
743 return TakeEntityToTargetCargoImpl(InventoryMode.SERVER, target, item);
744 else
745 return TakeEntityToTargetCargoImpl(InventoryMode.SERVER, target, item);
746 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToTargetCargoImpl(InventoryMode mode, notnull EntityAI target, notnull EntityAI item)
Определения 3_Game/DayZ/Entities/Man.c:748

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