doc: Sync classref with StringName/Callable changes
This commit is contained in:
parent
bf7d6de556
commit
fea37cfb52
83 changed files with 689 additions and 457 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue