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

◆ IsPlayerMuted()

static bool OnlineServices::IsPlayerMuted ( string id)
inlinestaticprotected

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

358 {
359 if ( m_MuteList.Contains( id ) )
360 {
361 return m_MuteList.Get( id );
362 }
363 return false;
364 }
static ref map< string, bool > m_MuteList
Определения OnlineServices.c:21

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

Используется в UIScriptedMenu::Init() и ScriptedWidgetEventHandler::ReloadLocal().