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

◆ HideVoiceLevelWidgets()

override void MissionBase::HideVoiceLevelWidgets ( )
inlineprotected

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

1595 {
1596 for ( int n = 0; n < m_VoiceLevelsWidgets.Count(); n++ )
1597 {
1598 ImageWidget voiceWidget = m_VoiceLevelsWidgets.Get( n );
1599 voiceWidget.Show(false);
1600 }
1601 }
ref map< int, ImageWidget > m_VoiceLevelsWidgets
Определения missionGameplay.c:50

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

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