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

◆ CanDisplayAttachmentCategory()

bool Entity::CanDisplayAttachmentCategory ( string category_name)
inlineprotected
Аргументы
category_name->nameof the attachment category that will or won't be displayed
Возвращает
true if attachment icon can be displayed in UI (inventory)

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

1739 {
1740 return true;
1741 }