summaryrefslogtreecommitdiff
path: root/tools/editor/editor_data.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-02-27 00:32:00 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-02-27 00:32:51 -0300
commit2a7fdb23b3381900c3dd087f567e50d2d738c43a (patch)
treec184282a7e5540d67c3fd3797af101d440770dc4 /tools/editor/editor_data.h
parent7d8b7df19d2ee8f6f6c09c3bbb92224eedf8115f (diff)
First attempt at making a more useful EditorPlugin API. Still undocumented, but feedback welcome!
Diffstat (limited to 'tools/editor/editor_data.h')
-rw-r--r--tools/editor/editor_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_data.h b/tools/editor/editor_data.h
index fcc8ccef06..9e46d6ec32 100644
--- a/tools/editor/editor_data.h
+++ b/tools/editor/editor_data.h
@@ -228,6 +228,7 @@ public:
List<Node*> selected_node_list;
void _update_nl();
+ Array _get_selected_nodes();
protected:
static void _bind_methods();