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

◆ JunctureTakeEntityToTargetAttachmentEx()

bool EntityAI::JunctureTakeEntityToTargetAttachmentEx ( notnull EntityAI target,
notnull EntityAI item,
int slot )
inlineprotected

to target att ex juncture

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

727 {
728 return TakeEntityToTargetAttachmentExImpl(InventoryMode.JUNCTURE, target, item, slot);
729 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityToTargetAttachmentExImpl(InventoryMode mode, notnull EntityAI target, notnull EntityAI item, int slot)
Определения Man.c:755

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

Используется в PredictiveTakeEntityToTargetAttachmentEx().