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

Method set_scene_file_path

scene/main/node.cpp:2663–2667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2661}
2662
2663void 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
2669String Node::get_scene_file_path() const {
2670 return data.scene_file_path;

Callers 15

instantiateMethod · 0.80
_duplicateMethod · 0.80
replace_byMethod · 0.80
_save_sceneMethod · 0.80
load_sceneMethod · 0.80
set_edited_scene_rootMethod · 0.80
set_scene_pathMethod · 0.80
get_scene_pathMethod · 0.80
_create_instanceMethod · 0.80
_create_instanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected