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

◆ RemoveVoiceNotification()

void NotificationUI::RemoveVoiceNotification ( string player)
inlineprotected

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

114 {
115 if ( m_VoiceNotifications.Contains( player ) )
116 {
117 Widget notification = m_VoiceNotifications.Get( player );
118 m_WidgetTimers.Insert( player, notification );
119 m_VoiceNotifications.Remove( player );
121 }
122 }
ref map< string, Widget > m_VoiceNotifications
Определения NotificationUI.c:9
void UpdateTargetHeight()
Определения NotificationUI.c:135
ref map< string, Widget > m_WidgetTimers
Определения NotificationUI.c:16
WorkspaceWidget Widget
Defined in code.

Перекрестные ссылки m_VoiceNotifications, m_WidgetTimers и UpdateTargetHeight().