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

◆ SaveCharName()

void DayZIntroSceneXbox::SaveCharName ( string name)
inlineprotected

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

348 {
349 GetDayZGame().InitCharacterMenuDataInfo(m_MenuData.GetCharactersCount());
350
351 //if (!GetDayZGame().IsNewCharacter() && m_LastPlayedCharacterID > -1)
352 //{
353 m_MenuData.SetCharacterName(m_LastPlayedCharacterID, name);
354 //}
355 if (m_Character.IsDefaultCharacter())
356 {
357 g_Game.GetMenuDefaultCharacterData().SetCharacterName(name);
358 }
359 m_MenuData.SaveCharactersLocal();
360 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
DayZGame g_Game
Определения DayZGame.c:3942
DayZGame GetDayZGame()
Определения DayZGame.c:3944
MenuData m_MenuData
Определения DayZIntroSceneXbox.c:22
ref IntroSceneCharacter m_Character
Определения DayZIntroSceneXbox.c:14
int m_LastPlayedCharacterID
Определения DayZIntroSceneXbox.c:4

Перекрестные ссылки g_Game, GetDayZGame(), m_Character, m_LastPlayedCharacterID, m_MenuData и name.