| 5914 | } |
| 5915 | |
| 5916 | void EditorNode::redo() { |
| 5917 | _menu_option_confirm(SCENE_REDO, true); |
| 5918 | } |
| 5919 | |
| 5920 | bool EditorNode::ensure_main_scene(bool p_from_native) { |
| 5921 | pick_main_scene->set_meta("from_native", p_from_native); // Whether from play button or native run. |
no outgoing calls
no test coverage detected