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

◆ GetHideIconMask()

int Entity::GetHideIconMask ( )
inlineprivate

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

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

308 {
309 return EInventoryIconVisibility.ALWAYS;
310 }