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

◆ CanReceiveAttachment()

bool Entity::CanReceiveAttachment ( EntityAI attachment,
int slotId )
inlineprotected

calls this->CanReceiveAttachment(attachment)

Возвращает
true if action allowed
Заметки
: return scriptConditionExecute(this, attachment, "CanReceiveAttachment");

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

1425 {
1426 //generic occupancy check
1427 return CheckAttachmentReceiveExclusion(attachment,slotId);
1428 }
bool CheckAttachmentReceiveExclusion(EntityAI attachment, int slotId)
checks specifically for att. exclusion conflicts before att. receive
Определения EntityAI.c:4595

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