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

◆ Unfavorite()

void Unfavorite ( string uid)
protected

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

606 {
607 ServerBrowserEntry entry;
608 if ( m_EntryWidgets.Find( uid, entry ) )
609 {
610 entry.SetFavorite( false );
611 }
612 }
ref map< string, ref ServerBrowserEntry > m_EntryWidgets
Определения ServerBrowserTab.c:32

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