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

◆ JunctureTakeEntityToTargetAttachment()

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

to target att juncture

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

799 {
800 return TakeEntityToTargetAttachmentImpl(InventoryMode.JUNCTURE, target, item);
801 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityToTargetAttachmentImpl(InventoryMode mode, notnull EntityAI target, notnull EntityAI item)
Определения 3_Game/DayZ/Entities/Man.c:827

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

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