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

◆ JunctureTakeEntityAsAttachment()

bool EntityAI::JunctureTakeEntityAsAttachment ( notnull EntityAI item)
inlineprotected

as att juncture

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

419 {
420 return TakeEntityAsAttachmentImpl(InventoryMode.JUNCTURE, item);
421 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityAsAttachmentImpl(InventoryMode mode, notnull EntityAI item)
Определения Man.c:447

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

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