| 4240 | } |
| 4241 | |
| 4242 | bool EditorNode::is_changing_scene() const { |
| 4243 | return changing_scene; |
| 4244 | } |
| 4245 | |
| 4246 | void EditorNode::_set_current_scene(int p_idx) { |
| 4247 | if (p_idx == editor_data.get_edited_scene()) { |
no outgoing calls
no test coverage detected