Fix wrong return and argument types in documentation
This commit is contained in:
parent
2060e6616c
commit
1e752c0120
9 changed files with 13 additions and 13 deletions
|
|
@ -2022,7 +2022,7 @@ void Node::_bind_methods() {
|
|||
ObjectTypeDB::bind_method(_MD("get_child:Node","idx"),&Node::get_child);
|
||||
ObjectTypeDB::bind_method(_MD("has_node","path"),&Node::has_node);
|
||||
ObjectTypeDB::bind_method(_MD("get_node:Node","path"),&Node::get_node);
|
||||
ObjectTypeDB::bind_method(_MD("get_parent:Parent"),&Node::get_parent);
|
||||
ObjectTypeDB::bind_method(_MD("get_parent:Node"),&Node::get_parent);
|
||||
ObjectTypeDB::bind_method(_MD("find_node:Node","mask","recursive","owned"),&Node::find_node,DEFVAL(true),DEFVAL(true));
|
||||
ObjectTypeDB::bind_method(_MD("has_node_and_resource","path"),&Node::has_node_and_resource);
|
||||
ObjectTypeDB::bind_method(_MD("get_node_and_resource","path"),&Node::_get_node_and_resource);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue