DayZ 1.29
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)

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

1777 {
1778 return true;
1779 }