mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
doc: Sync classref with current source + fixup some bindings
Includes various changes triggered by the refactoring of method bindings.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user