doc: Sync classref to add operators after #43419

This commit is contained in:
Rémi Verschelde
2020-11-10 14:16:20 +01:00
parent 34cad0d020
commit 64e893deac
33 changed files with 2261 additions and 131 deletions
+19 -3
View File
@@ -25,14 +25,14 @@
<link title="2D Role Playing Game Demo">https://godotengine.org/asset-library/asset/520</link>
</tutorials>
<methods>
<method name="NodePath">
<method name="NodePath" qualifiers="constructor">
<return type="NodePath">
</return>
<description>
Constructs an empty [NodePath].
</description>
</method>
<method name="NodePath">
<method name="NodePath" qualifiers="constructor">
<return type="NodePath">
</return>
<argument index="0" name="from" type="NodePath">
@@ -41,7 +41,7 @@
Constructs a [NodePath] as a copy of the given [NodePath].
</description>
</method>
<method name="NodePath">
<method name="NodePath" qualifiers="constructor">
<return type="NodePath">
</return>
<argument index="0" name="from" type="String">
@@ -150,6 +150,22 @@
Returns [code]true[/code] if the node path is empty.
</description>
</method>
<method name="operator !=" qualifiers="operator">
<return type="bool">
</return>
<argument index="0" name="right" type="NodePath">
</argument>
<description>
</description>
</method>
<method name="operator ==" qualifiers="operator">
<return type="bool">
</return>
<argument index="0" name="right" type="NodePath">
</argument>
<description>
</description>
</method>
</methods>
<constants>
</constants>