DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
LocalTakeEntityAsAttachmentEx()
bool
Entity::LocalTakeEntityAsAttachmentEx
(
notnull
EntityAI
item
,
int
slot
)
inline
protected
См. определение в файле
EntityAI.c
строка
1967
1968
{
1969
return
GetInventory
().
TakeEntityAsAttachmentEx
(
InventoryMode
.LOCAL, item, slot);
1970
}
InventoryMode
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения
Inventory.c:22
Entity::GetInventory
proto native GameInventory GetInventory()
GameInventory::TakeEntityAsAttachmentEx
bool TakeEntityAsAttachmentEx(InventoryMode mode, notnull EntityAI item, int slot)
Определения
Inventory.c:1128
Перекрестные ссылки
EntityAI()
и
GetInventory()
.
Entity
Создано системой
1.13.2