MCPcopy Create free account
hub / github.com/ZDoom/Raze / SetMessage

Method SetMessage

source/common/widgets/netstartwindow.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void NetStartWindow::SetMessage(const std::string& message, int newmaxpos)
98{
99 MessageLabel->SetText(message);
100 maxpos = newmaxpos;
101}
102
103void NetStartWindow::SetProgress(int newpos)
104{

Callers 1

ShowNetStartPaneMethod · 0.45

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected