MCPcopy Create free account
hub / github.com/crossuo/crossuo / Init

Method Init

src/ScreenStages/ServerScreen.cpp:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void CServerScreen::Init()
23{
24 CBaseScreen::Init();
25
26 g_GameWindow.SetTitle(astr_t("Ultima Online - ") + g_MainScreen.m_Account->GetTextA());
27 g_ScreenEffectManager.UseSunrise();
28 SmoothScreenAction = 0;
29
30 m_Gump.PrepareTextures();
31 m_Gump.WantUpdateContent = true;
32}
33
34void CServerScreen::OnKeyDown(const KeyEvent &ev)
35{

Callers

nothing calls this directly

Calls 5

InitFunction · 0.85
SetTitleMethod · 0.80
UseSunriseMethod · 0.80
GetTextAMethod · 0.45
PrepareTexturesMethod · 0.45

Tested by

no test coverage detected