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

◆ LocalTakeEntityToTargetAttachment()

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

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

785 {
786 return TakeEntityToTargetAttachmentImpl(InventoryMode.LOCAL, target, item);
787 }
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().