|
@@ -127,7 +127,7 @@ public:
|
|
|
void import_subscene();
|
|
|
void set_edited_scene(Node* p_scene);
|
|
|
Node* instance(const String& p_path);
|
|
|
- void set_selected(Node *p_node);
|
|
|
+ void set_selected(Node *p_node, bool p_emit_selected=false);
|
|
|
void fill_path_renames(Node* p_node, Node *p_new_parent, List<Pair<NodePath,NodePath> > *p_renames);
|
|
|
void perform_node_renames(Node* p_base,List<Pair<NodePath,NodePath> > *p_renames, Map<Ref<Animation>, Set<int> > *r_rem_anims=NULL);
|
|
|
|