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

◆ JunctureTakeEntityAsAttachmentEx()

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

as att ex juncture

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

475 {
476 return TakeEntityAsAttachmentExImpl(InventoryMode.JUNCTURE, item, slot);
477 }
InventoryMode
NOTE: PREDICTIVE is not to be used at all in multiplayer.
bool TakeEntityAsAttachmentExImpl(InventoryMode mode, notnull EntityAI item, int slot)
Определения 3_Game/Entities/Man.c:503

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

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