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

◆ HideVoiceLevelWidgets()

override void MissionBase::HideVoiceLevelWidgets ( )
inlineprotected

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

1571 {
1572 for ( int n = 0; n < m_VoiceLevelsWidgets.Count(); n++ )
1573 {
1574 ImageWidget voiceWidget = m_VoiceLevelsWidgets.Get( n );
1575 voiceWidget.Show(false);
1576 }
1577 }
ref map< int, ImageWidget > m_VoiceLevelsWidgets
Определения missionGameplay.c:50

Перекрестные ссылки m_VoiceLevelsWidgets.

Используется в OnInit().