mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Let var2str display StringName with correct sigil
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<method name="play">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="anim" type="StringName" default="@""">
|
||||
<argument index="0" name="anim" type="StringName" default="&""">
|
||||
</argument>
|
||||
<argument index="1" name="backwards" type="bool" default="false">
|
||||
</argument>
|
||||
@@ -39,7 +39,7 @@
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="animation" type="StringName" setter="set_animation" getter="get_animation" default="@"default"">
|
||||
<member name="animation" type="StringName" setter="set_animation" getter="get_animation" default="&"default"">
|
||||
The current animation from the [code]frames[/code] resource. If this value changes, the [code]frame[/code] counter is reset.
|
||||
</member>
|
||||
<member name="centered" type="bool" setter="set_centered" getter="is_centered" default="true">
|
||||
|
||||
Reference in New Issue
Block a user