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

◆ HideVoiceLevelWidgets()

override void MissionBase::HideVoiceLevelWidgets ( )
inlineprotected

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

1586 {
1587 for ( int n = 0; n < m_VoiceLevelsWidgets.Count(); n++ )
1588 {
1589 ImageWidget voiceWidget = m_VoiceLevelsWidgets.Get( n );
1590 voiceWidget.Show(false);
1591 }
1592 }
ref map< int, ImageWidget > m_VoiceLevelsWidgets
Определения missionGameplay.c:50

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

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