DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
LocalTakeEntityToTargetCargo()
bool
Entity::LocalTakeEntityToTargetCargo
(
notnull
EntityAI
target
,
notnull
EntityAI
item
)
inline
protected
См. определение в файле
EntityAI.c
строка
1919
1920
{
1921
return
GetInventory
().
TakeEntityToTargetCargo
(
InventoryMode
.LOCAL, target, item);
1922
}
InventoryMode
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения
Inventory.c:22
Entity::GetInventory
proto native GameInventory GetInventory()
GameInventory::TakeEntityToTargetCargo
bool TakeEntityToTargetCargo(InventoryMode mode, notnull EntityAI target, notnull EntityAI item)
Put item into into cargo of another entity.
Определения
Inventory.c:1086
Перекрестные ссылки
EntityAI()
и
GetInventory()
.
Entity
Создано системой
1.13.2