DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
IsGloballyMuted()
[2/2]
bool
ScriptedWidgetEventHandler::IsGloballyMuted
(
string
UID
)
inline
protected
См. определение в файле
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
@ UID
Определения
ConnectErrorServerModule.c:19
ScriptedWidgetEventHandler::m_Entries
ref map< string, ref PlayerListEntryScriptedWidget > m_Entries
Определения
PlayerListScriptedWidget.c:6
Перекрестные ссылки
m_Entries
и
UID
.
ScriptedWidgetEventHandler
Создано системой
1.13.2