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

◆ JunctureTakeEntityAsAttachmentEx()

bool EntityAI::JunctureTakeEntityAsAttachmentEx ( notnull EntityAI item,
int slot )
inlineprotected

as att ex juncture

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

458 {
459 return TakeEntityAsAttachmentExImpl(InventoryMode.JUNCTURE, item, slot);
460 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
Определения Inventory.c:22
bool TakeEntityAsAttachmentExImpl(InventoryMode mode, notnull EntityAI item, int slot)
Определения Man.c:486

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

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