Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void NetStartWindow::SetMessage(const std::string& message, int newmaxpos)
98
{
99
MessageLabel->SetText(message);
100
maxpos = newmaxpos;
101
}
102
103
void NetStartWindow::SetProgress(int newpos)
104
{
Callers
1
ShowNetStartPane
Method · 0.45
Calls
1
SetText
Method · 0.45
Tested by
no test coverage detected