MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetProgress

Method SetProgress

src/window_import_progress.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void Window_ImportProgress::SetProgress(int pct, const std::string& path) {
32 percent = pct;
33 curr_path = path;
34 Refresh();
35}
36
37void Window_ImportProgress::Refresh() {
38 contents->Clear();

Callers 1

UpdateScanAndProgressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected