summaryrefslogtreecommitdiff
path: root/doc/classes/AnimationNodeOneShot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AnimationNodeOneShot.xml')
-rw-r--r--doc/classes/AnimationNodeOneShot.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/classes/AnimationNodeOneShot.xml b/doc/classes/AnimationNodeOneShot.xml
index 65ab363e1f..2ecc0ae07b 100644
--- a/doc/classes/AnimationNodeOneShot.xml
+++ b/doc/classes/AnimationNodeOneShot.xml
@@ -12,16 +12,13 @@
</tutorials>
<methods>
<method name="get_mix_mode" qualifiers="const">
- <return type="int" enum="AnimationNodeOneShot.MixMode">
- </return>
+ <return type="int" enum="AnimationNodeOneShot.MixMode" />
<description>
</description>
</method>
<method name="set_mix_mode">
- <return type="void">
- </return>
- <argument index="0" name="mode" type="int" enum="AnimationNodeOneShot.MixMode">
- </argument>
+ <return type="void" />
+ <argument index="0" name="mode" type="int" enum="AnimationNodeOneShot.MixMode" />
<description>
</description>
</method>