From 0549484c7708febba7055ccf28a2aeed051c1dc4 Mon Sep 17 00:00:00 2001 From: David Saltares Date: Tue, 5 Sep 2017 22:39:32 +0100 Subject: Renames _add_child_below_node() to add_child_below_node(). Closes #9988. --- scene/main/node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/main/node.cpp') diff --git a/scene/main/node.cpp b/scene/main/node.cpp index c3d9d97c5..8095949ac 100755 --- a/scene/main/node.cpp +++ b/scene/main/node.cpp @@ -2657,7 +2657,7 @@ void Node::_bind_methods() { GLOBAL_DEF("node/name_casing", NAME_CASING_PASCAL_CASE); ProjectSettings::get_singleton()->set_custom_property_info("node/name_casing", PropertyInfo(Variant::INT, "node/name_casing", PROPERTY_HINT_ENUM, "PascalCase,camelCase,snake_case")); - ClassDB::bind_method(D_METHOD("_add_child_below_node", "node", "child_node", "legible_unique_name"), &Node::add_child_below_node, DEFVAL(false)); + ClassDB::bind_method(D_METHOD("add_child_below_node", "node", "child_node", "legible_unique_name"), &Node::add_child_below_node, DEFVAL(false)); ClassDB::bind_method(D_METHOD("set_name", "name"), &Node::set_name); ClassDB::bind_method(D_METHOD("get_name"), &Node::get_name); -- cgit v1.2.3-70-g09d2