Fill random docs

This commit is contained in:
kobewi
2022-11-21 03:48:36 +01:00
parent dce1602eda
commit a23f6d0aa6
18 changed files with 81 additions and 3 deletions

View File

@ -187,12 +187,14 @@
<return type="bool" />
<param index="0" name="right" type="NodePath" />
<description>
Returns [code]true[/code] if two node paths are not equal.
</description>
</operator>
<operator name="operator ==">
<return type="bool" />
<param index="0" name="right" type="NodePath" />
<description>
Returns [code]true[/code] if two node paths are equal, i.e. all node names in the path are the same and in the same order.
</description>
</operator>
</operators>