MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / progress_add_task_bg

Method progress_add_task_bg

editor/editor_node.cpp:5419–5421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5417}
5418
5419void EditorNode::progress_add_task_bg(const String &p_task, const String &p_label, int p_steps) {
5420 singleton->progress_hb->add_task(p_task, p_label, p_steps);
5421}
5422
5423void EditorNode::progress_task_step_bg(const String &p_task, int p_step) {
5424 singleton->progress_hb->task_step(p_task, p_step);

Callers

nothing calls this directly

Calls 1

add_taskMethod · 0.45

Tested by

no test coverage detected