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

Method SetNetStartProgress

source/common/widgets/netstartwindow.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void NetStartWindow::SetNetStartProgress(int pos)
35{
36 if (Instance)
37 Instance->SetProgress(pos);
38}
39
40bool NetStartWindow::RunMessageLoop(bool (*newtimer_callback)(void*), void* newuserdata)
41{

Callers

nothing calls this directly

Calls 1

SetProgressMethod · 0.80

Tested by

no test coverage detected