aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_data.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-09-10 17:50:20 -0300
committerJuan Linietsky2016-09-10 17:50:20 -0300
commit2a003d7b4e74c809bf218f72506ba74b9e5bbb7f (patch)
treeb3e7573f9235260994346ef89ba503e583af3bc3 /tools/editor/editor_data.h
parent65b93d177e334aaa11db9c6cf9350d5280a76afe (diff)
downloadgodot-2a003d7b4e74c809bf218f72506ba74b9e5bbb7f.tar.gz
godot-2a003d7b4e74c809bf218f72506ba74b9e5bbb7f.tar.zst
godot-2a003d7b4e74c809bf218f72506ba74b9e5bbb7f.zip
fix get_selected_nodes()
Diffstat (limited to '')
-rw-r--r--tools/editor/editor_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_data.h b/tools/editor/editor_data.h
index a0b716f56..59f9d4e4f 100644
--- a/tools/editor/editor_data.h
+++ b/tools/editor/editor_data.h
@@ -233,6 +233,8 @@ public:
void _update_nl();
Array _get_selected_nodes();
+ Array _get_transformable_selected_nodes();
+
protected:
static void _bind_methods();