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

◆ IsGloballyMuted() [2/2]

bool ScriptedWidgetEventHandler::IsGloballyMuted ( string UID)
inlineprotected

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

239 {
240 if ( m_Entries && m_Entries.Get( UID ) )
241 {
242 return m_Entries.Get( UID ).IsGloballyMuted();
243 }
244 return false;
245 }
@ UID
Определения ConnectErrorServerModule.c:19
ref map< string, ref PlayerListEntryScriptedWidget > m_Entries
Определения PlayerListScriptedWidget.c:6

Перекрестные ссылки m_Entries и UID.