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

Method progress_end_task

gui/gdre_standalone.cpp:100–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void GodotREEditorStandalone::progress_end_task(const String &p_task) {
101 if (!singleton) {
102 return;
103 // } else if (singleton->cmdline_export_mode) {
104 // print_line(p_task + ": end");
105 } else if (singleton->progress_dialog) {
106 singleton->progress_dialog->end_task(p_task);
107 }
108}
109
110void GodotREEditorStandalone::_notification(int p_notification) {
111 if (p_notification == NOTIFICATION_ENTER_TREE) {

Callers

nothing calls this directly

Calls 1

end_taskMethod · 0.80

Tested by

no test coverage detected