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