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

◆ LocalTakeEntityToTargetAttachment()

override bool EntityAI::LocalTakeEntityToTargetAttachment ( notnull EntityAI target,
notnull EntityAI item )
inlineprotected

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

818 {
819 return TakeEntityToTargetAttachmentImpl(InventoryMode.LOCAL, target, item);
820 }
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().