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

◆ IsDisplayable()

override bool SlotsContainer::IsDisplayable ( )
inlineprotected

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

194 {
195 if (m_ForcedShow)
196 return true;
197 for (int i = 0; i < m_ColumnCount; i++)
198 {
199 if ( GetSlotIcon(i).IsVisible() )
200 {
201 return true;
202 }
203 }
204 return false;
205 }
SlotsIcon GetSlotIcon(int index)
Определения SlotsContainer.c:207
proto native bool IsVisible()

Перекрестные ссылки GetSlotIcon() и IsVisible().