doc: Sync classref with StringName/Callable changes

This commit is contained in:
Rémi Verschelde
2020-02-22 14:59:09 +01:00
parent bf7d6de556
commit fea37cfb52
83 changed files with 689 additions and 457 deletions

View File

@@ -16,7 +16,7 @@
</tutorials>
<methods>
<method name="get_current_node" qualifiers="const">
<return type="String">
<return type="StringName">
</return>
<description>
Returns the currently playing animation state.
@@ -39,7 +39,7 @@
<method name="start">
<return type="void">
</return>
<argument index="0" name="node" type="String">
<argument index="0" name="node" type="StringName">
</argument>
<description>
Starts playing the given animation.
@@ -55,7 +55,7 @@
<method name="travel">
<return type="void">
</return>
<argument index="0" name="to_node" type="String">
<argument index="0" name="to_node" type="StringName">
</argument>
<description>
Transitions from the current state to another one, following the shortest path.