doc: Sync classref with current source + fixup some bindings

Includes various changes triggered by the refactoring of method bindings.
This commit is contained in:
Rémi Verschelde
2020-11-04 15:38:26 +01:00
parent 89f605c717
commit 424cd00f8b
56 changed files with 579 additions and 574 deletions

View File

@@ -65,7 +65,7 @@
</description>
</method>
<method name="get_concatenated_subnames">
<return type="String">
<return type="StringName">
</return>
<description>
Returns all subnames concatenated with a colon character ([code]:[/code]) as separator, i.e. the right side of the first colon in a node path.
@@ -76,7 +76,7 @@
</description>
</method>
<method name="get_name">
<return type="String">
<return type="StringName">
</return>
<argument index="0" name="idx" type="int">
</argument>
@@ -99,7 +99,7 @@
</description>
</method>
<method name="get_subname">
<return type="String">
<return type="StringName">
</return>
<argument index="0" name="idx" type="int">
</argument>