Merge pull request #49719 from LightningAA/rename-node-is-ancestor-of
Rename `is_a_parent_of()` to `is_ancestor_of()`
This commit is contained in:
commit
8fb7a9f023
17 changed files with 37 additions and 37 deletions
|
|
@ -426,7 +426,7 @@
|
|||
Returns [code]true[/code] if the [NodePath] points to a valid node and its subname points to a valid resource, e.g. [code]Area2D/CollisionShape2D:shape[/code]. Properties with a non-[Resource] type (e.g. nodes or primitive math types) are not considered resources.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_a_parent_of" qualifiers="const">
|
||||
<method name="is_ancestor_of" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="node" type="Node">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue