1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

fix get_selected_nodes()

This commit is contained in:
Juan Linietsky
2016-09-10 17:50:20 -03:00
parent 65b93d177e
commit 2a003d7b4e
3 changed files with 36 additions and 15 deletions

View File

@@ -233,6 +233,8 @@ public:
void _update_nl();
Array _get_selected_nodes();
Array _get_transformable_selected_nodes();
protected:
static void _bind_methods();