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

Method SetProgress

source/common/widgets/netstartwindow.cpp:103–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void NetStartWindow::SetProgress(int newpos)
104{
105 if (pos != newpos && maxpos > 1)
106 {
107 pos = newpos;
108 FString message;
109 message.Format("%d/%d", pos, maxpos);
110 ProgressLabel->SetText(message.GetChars());
111 }
112}
113
114void NetStartWindow::OnClose()
115{

Callers 1

SetNetStartProgressMethod · 0.80

Calls 3

FormatMethod · 0.45
SetTextMethod · 0.45
GetCharsMethod · 0.45

Tested by

no test coverage detected