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

◆ LocalTakeEntityToTargetAttachment()

bool Entity::LocalTakeEntityToTargetAttachment ( notnull EntityAI target,
notnull EntityAI item )
inlineprotected

См. определение в файле EntityAI.c строка 1999

2000 {
2001 return GetInventory().TakeEntityAsTargetAttachment(InventoryMode.LOCAL, target, item);
2002 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
proto native GameInventory GetInventory()
bool TakeEntityAsTargetAttachment(InventoryMode mode, notnull EntityAI target, notnull EntityAI item)
Определения Inventory.c:1183

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