MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / progress_task_step

Method progress_task_step

gui/gdre_standalone.cpp:87–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool GodotREEditorStandalone::progress_task_step(const String &p_task, const String &p_state, int p_step, bool p_force_refresh) {
88 if (!singleton) {
89 return false;
90 // } else if (singleton->cmdline_export_mode) {
91 // print_line("\t" + p_task + ": step " + itos(p_step) + ": " + p_state);
92 // return false;
93 } else if (singleton->progress_dialog) {
94 return singleton->progress_dialog->task_step(p_task, p_state, p_step, p_force_refresh);
95 } else {
96 return false;
97 }
98}
99
100void GodotREEditorStandalone::progress_end_task(const String &p_task) {
101 if (!singleton) {

Callers

nothing calls this directly

Calls 1

task_stepMethod · 0.80

Tested by

no test coverage detected