doc: Sync classref with StringName/Callable changes
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user