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

◆ JunctureTakeEntityToTargetAttachmentEx()

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

to target att ex juncture

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

760 {
761 return TakeEntityToTargetAttachmentExImpl(InventoryMode.JUNCTURE, target, item, slot);
762 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToTargetAttachmentExImpl(InventoryMode mode, notnull EntityAI target, notnull EntityAI item, int slot)
Определения 3_Game/DayZ/Entities/Man.c:788

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

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