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

◆ SaveFavoriteServersConsoles()

void UIScriptedMenu::SaveFavoriteServersConsoles ( )
inlineprotected

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

634 {
635 GetGame().SetProfileStringList("SB_Favorites", m_Favorites);
637 }
proto native void SaveProfile()
Saves profile on disk.
proto native void SetProfileStringList(string name, TStringArray values)
Sets array of strings to profile variable.
ref TStringArray m_Favorites
Определения ServerBrowserMenuNew.c:26
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_Favorites, CGame::SaveProfile() и CGame::SetProfileStringList().

Используется в Connect(), SetFavoriteConsoles() и ~ServerBrowserMenuNew().