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

◆ GetHideIconMask()

int Entity::GetHideIconMask ( )
inlineprivate

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

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

301 {
302 return EInventoryIconVisibility.ALWAYS;
303 }