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

◆ SetNewCharName()

void ManBase::SetNewCharName ( )
inlineprotected

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

5989 {
5990 g_Game.GetMenuData().SaveCharacter(false, true);
5991 g_Game.GetMenuData().SetCharacterName(g_Game.GetMenuData().GetLastPlayedCharacter(), g_Game.GetMenuDefaultCharacterData(false).GetCharacterName());
5992 g_Game.GetMenuData().SaveCharactersLocal();
5993 }
DayZGame g_Game
Определения DayZGame.c:3868

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

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