MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / ~EditorProgressGDDC

Method ~EditorProgressGDDC

gui/gdre_progress.cpp:610–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610EditorProgressGDDC::~EditorProgressGDDC() {
611 // if no EditorNode...
612 if (GDREProgressDialog::get_singleton()) {
613 GDREProgressDialog::get_singleton()->end_task(task);
614 } else {
615#ifdef TOOLS_ENABLED
616 if (EditorNode::get_singleton()) {
617 if (Thread::is_main_thread()) {
618 EditorNode::progress_end_task(task);
619 } else {
620 EditorNode::progress_end_task_bg(task);
621 }
622 }
623#endif
624 }
625}

Callers

nothing calls this directly

Calls 1

end_taskMethod · 0.80

Tested by

no test coverage detected