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

◆ IsPlayerMuted()

static bool OnlineServices::IsPlayerMuted ( string id)
inlinestaticprotected

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

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

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

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