aboutsummaryrefslogtreecommitdiff
path: root/core/script_language.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-08-02 20:28:10 -0300
committerJuan Linietsky2015-08-02 20:28:10 -0300
commitcbee679bd78c1b3317db1ea4e349f278576304a1 (patch)
tree862e1d13df996bd0d06fc2e97073e74ea78ec284 /core/script_language.h
parent59961c99144523d7cc2881a4abe6d0a319a975df (diff)
downloadgodot-cbee679bd78c1b3317db1ea4e349f278576304a1.tar.gz
godot-cbee679bd78c1b3317db1ea4e349f278576304a1.tar.zst
godot-cbee679bd78c1b3317db1ea4e349f278576304a1.zip
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/script_language.h b/core/script_language.h
index 8b0ed2c33..d5fb83deb 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -258,7 +258,7 @@ public:
void (*tree_remove_and_keep_node_func)(void*,const NodePath& p_at,ObjectID p_keep_id);
void (*tree_restore_node_func)(void*,ObjectID p_id,const NodePath& p_at,int p_at_pos);
void (*tree_duplicate_node_func)(void*,const NodePath& p_at,const String& p_new_name);
- void (*tree_reparent_node_func)(void*,const NodePath& p_at,const NodePath& p_new_place,const String& p_new_name);
+ void (*tree_reparent_node_func)(void*,const NodePath& p_at,const NodePath& p_new_place,const String& p_new_name,int p_at_pos);
};