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

Method step

editor/editor_node.cpp:220–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218static const String INSTALL_ANDROID_BUILD_TEMPLATE_MESSAGE = TTRC("This will set up your project for gradle Android builds by installing the source template to \"%s\".\nNote that in order to make gradle builds instead of using pre-built APKs, the \"Use Gradle Build\" option should be enabled in the Android export preset.");
219
220bool EditorProgress::step(const String &p_state, int p_step, bool p_force_refresh) {
221 if (!force_background && Thread::is_main_thread()) {
222 return EditorNode::progress_task_step(task, p_state, p_step, p_force_refresh);
223 } else {
224 EditorNode::progress_task_step_bg(task, p_step);
225 return false;
226 }
227}
228
229EditorProgress::EditorProgress(const String &p_task, const String &p_label, int p_amount, bool p_can_cancel, bool p_force_background) {
230 if (!p_force_background && Thread::is_main_thread()) {

Callers 15

_load_editor_layoutMethod · 0.45
make_mesh_previewsMethod · 0.45
pollMethod · 0.45
_modify_referencesMethod · 0.45
_generate_aabbMethod · 0.45
bake_func_stepMethod · 0.45
bake_func_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected