DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
IsMuted()
[2/2]
bool
ScriptedWidgetEventHandler::IsMuted
(
string
UID
)
inline
protected
См. определение в файле
PlayerListScriptedWidget.c
строка
229
230
{
231
if
(
m_Entries
&&
m_Entries
.Get(
UID
) )
232
{
233
return
m_Entries
.Get(
UID
).IsMuted();
234
}
235
return
false
;
236
}
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