DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetMute()
[2/2]
void ScriptedWidgetEventHandler::SetMute
(
string
UID
,
bool
mute
)
inline
protected
См. определение в файле
PlayerListScriptedWidget.c
строка
247
248
{
249
if
(
m_Entries
&&
m_Entries
.Get(
UID
) )
250
{
251
m_Entries
.Get(
UID
).SetMute( mute );
252
}
253
}
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