Doc RichTextLabel push strikethrough and align
This commit is contained in:
parent
43c28681ad
commit
1f271e4be6
|
@ -111,7 +111,7 @@
|
||||||
<argument index="0" name="align" type="int" enum="RichTextLabel.Align">
|
<argument index="0" name="align" type="int" enum="RichTextLabel.Align">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Adds a [code][right][/code] tag to the tag stack.
|
Adds an alignment tag based on the given [code]align[/code] value. See [enum Align] for possible values.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_cell">
|
<method name="push_cell">
|
||||||
|
@ -170,6 +170,7 @@
|
||||||
<return type="void">
|
<return type="void">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Adds a [code][s][/code] tag to the tag stack.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="push_table">
|
<method name="push_table">
|
||||||
|
|
Loading…
Reference in New Issue