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

Method OpenResourceTracker

src/CrossUO.cpp:5952–5959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5950}
5951
5952void CGame::OpenResourceTracker()
5953{
5954 const int w = (g_ConfigManager.GameWindowWidth / 2);
5955 const int h = (g_ConfigManager.GameWindowHeight / 2);
5956 const int x = (g_GameWindow.GetSize().Width / 2) - w;
5957 const int y = (g_GameWindow.GetSize().Height / 2) - h;
5958 g_GumpManager.AddGump(new CGumpResourceTracker(x, y));
5959}
5960
5961void CGame::OpenProfile(uint32_t serial)
5962{

Callers 1

ProcessSubMenuMethod · 0.80

Calls 2

AddGumpMethod · 0.80
GetSizeMethod · 0.45

Tested by

no test coverage detected