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

◆ GetHideIconMask()

int Entity::GetHideIconMask ( )
inlineprivate

should the item's icon be hidden in any part of the inventory?

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

301 {
302 return EInventoryIconVisibility.ALWAYS;
303 }