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

◆ SetNewCharName()

void ManBase::SetNewCharName ( )
inlineprotected

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

5981 {
5982 g_Game.GetMenuData().SaveCharacter(false, true);
5983 g_Game.GetMenuData().SetCharacterName(g_Game.GetMenuData().GetLastPlayedCharacter(), g_Game.GetMenuDefaultCharacterData(false).GetCharacterName());
5984 g_Game.GetMenuData().SaveCharactersLocal();
5985 }
DayZGame g_Game
Определения DayZGame.c:3868

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

Используется в OnSelectPlayer().