DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
LocalTakeEntityToTargetCargo()
override
bool
EntityAI::LocalTakeEntityToTargetCargo
(
notnull
EntityAI
target
,
notnull
EntityAI
item
)
inline
protected
См. определение в файле
Man.c
строка
702
703
{
704
return
TakeEntityToTargetCargoImpl
(
InventoryMode
.LOCAL, target, item);
705
}
InventoryMode
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения
Inventory.c:22
EntityAI::TakeEntityToTargetCargoImpl
bool TakeEntityToTargetCargoImpl(InventoryMode mode, notnull EntityAI target, notnull EntityAI item)
Определения
Man.c:715
Перекрестные ссылки
TakeEntityToTargetCargoImpl()
.
EntityAI
Создано системой
1.13.2