| 2661 | } |
| 2662 | |
| 2663 | void Node::set_scene_file_path(const String &p_scene_file_path) { |
| 2664 | ERR_THREAD_GUARD |
| 2665 | data.scene_file_path = p_scene_file_path; |
| 2666 | _emit_editor_state_changed(); |
| 2667 | } |
| 2668 | |
| 2669 | String Node::get_scene_file_path() const { |
| 2670 | return data.scene_file_path; |
no outgoing calls
no test coverage detected