aboutsummaryrefslogtreecommitdiff
path: root/scene/main/node.cpp
diff options
context:
space:
mode:
authorletheed2017-09-10 15:37:49 +0200
committerletheed2017-09-20 13:11:10 +0200
commit5ad9be4c24e9d7dc5672fdc42cea896622fe5685 (patch)
treea8811a50265edd940b00e12b9bd522e3e9b4694e /scene/main/node.cpp
parentecd226c6a751f8a20766363fd1f2e1e0e2da8fba (diff)
downloadgodot-5ad9be4c24e9d7dc5672fdc42cea896622fe5685.tar.gz
godot-5ad9be4c24e9d7dc5672fdc42cea896622fe5685.tar.zst
godot-5ad9be4c24e9d7dc5672fdc42cea896622fe5685.zip
Diffstat (limited to 'scene/main/node.cpp')
-rwxr-xr-xscene/main/node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/node.cpp b/scene/main/node.cpp
index a30fc03aa..319f123da 100755
--- a/scene/main/node.cpp
+++ b/scene/main/node.cpp
@@ -2693,7 +2693,7 @@ void Node::_bind_methods() {
ClassDB::bind_method(D_METHOD("add_to_group", "group", "persistent"), &Node::add_to_group, DEFVAL(false));
ClassDB::bind_method(D_METHOD("remove_from_group", "group"), &Node::remove_from_group);
ClassDB::bind_method(D_METHOD("is_in_group", "group"), &Node::is_in_group);
- ClassDB::bind_method(D_METHOD("move_child", "child_node", "to_pos"), &Node::move_child);
+ ClassDB::bind_method(D_METHOD("move_child", "child_node", "to_position"), &Node::move_child);
ClassDB::bind_method(D_METHOD("get_groups"), &Node::_get_groups);
ClassDB::bind_method(D_METHOD("raise"), &Node::raise);
ClassDB::bind_method(D_METHOD("set_owner", "owner"), &Node::set_owner);