MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Create

Method Create

Descent3/newui.cpp:856–861  ·  view source on GitHub ↗

initializes the window

Source from the content-addressed store, hash-verified

854
855// initializes the window
856void NewUIWindow::Create(int x, int y, int w, int h, int flags) {
857 UIWindow::Create(x, y, w, h, flags);
858 UIPrimativeItem item{GR_BLACK, NewUIWindow_alpha};
859 UIWindow::SetBackItem(&item);
860 memset(&m_Chunk, 0, sizeof(m_Chunk));
861}
862
863// settings and state info
864

Callers 15

PilotSelectFunction · 0.45
PilotChooseFunction · 0.45
DoPilotTauntScreenFunction · 0.45
PltSelectShipFunction · 0.45
ShowPilotPicDialogFunction · 0.45
SaveGameDialogFunction · 0.45
LoadGameDialogFunction · 0.45
MainMultiplayerMenuFunction · 0.45
DisplayNetDLLHelpFunction · 0.45
DoMultiAllowedFunction · 0.45
MultiGameOptionsMenuFunction · 0.45

Calls 5

set_chunked_bitmapMethod · 0.80
set_bitmapMethod · 0.80
WMethod · 0.80
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected