diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-10 13:01:03 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-10 13:01:03 +0100 |
commit | 74932b905e928015394aff68a0502a49994d47f7 (patch) | |
tree | bd4a3a9dc8ce8e09b9b42b49c767f6eed915d731 /doc/classes/Node.xml | |
parent | 2975f6e3c4709bc5f69b43fdfb1ea1de159b9b26 (diff) |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/Node.xml')
-rw-r--r-- | doc/classes/Node.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 02a8ee8e75..e872fee1cc 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -269,6 +269,15 @@ <description> </description> </method> + <method name="get_node_or_null" qualifiers="const"> + <return type="Node"> + </return> + <argument index="0" name="path" type="NodePath"> + </argument> + <description> + Similar to [method get_node], but does not raise an error when [code]path[/code] does not point to a valid [code]Node[/code]. + </description> + </method> <method name="get_parent" qualifiers="const"> <return type="Node"> </return> |