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

◆ JunctureTakeEntityToTargetAttachment()

bool EntityAI::JunctureTakeEntityToTargetAttachment ( notnull EntityAI target,
notnull EntityAI item )
inlineprotected

to target att juncture

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

766 {
767 return TakeEntityToTargetAttachmentImpl(InventoryMode.JUNCTURE, target, item);
768 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityToTargetAttachmentImpl(InventoryMode mode, notnull EntityAI target, notnull EntityAI item)
Определения Man.c:794

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

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