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

◆ LocalTakeEntityAsAttachmentEx()

bool Entity::LocalTakeEntityAsAttachmentEx ( notnull EntityAI item,
int slot )
inlineprotected

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 2007

2008 {
2009 return GetInventory().TakeEntityAsAttachmentEx(InventoryMode.LOCAL, item, slot);
2010 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
proto native GameInventory GetInventory()
bool TakeEntityAsAttachmentEx(InventoryMode mode, notnull EntityAI item, int slot)

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