diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-04-24 14:45:45 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-05-20 22:58:51 +0300 |
commit | fb7888990429e5ea73903b461ad9b7a9faeaa67c (patch) | |
tree | 3eaf1d8f2b46871e18ee0ab6593f1c7151ef62a1 /doc/classes | |
parent | 809a98216267f3066b9fec2f02b2042bdc9d3e0d (diff) | |
download | redot-engine-fb7888990429e5ea73903b461ad9b7a9faeaa67c.tar.gz |
[RichTextLabel] Add support for tab stops.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index c44f54749b..4a243a70ce 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -410,6 +410,7 @@ <param index="2" name="language" type="String" default="""" /> <param index="3" name="st_parser" type="int" enum="TextServer.StructuredTextParser" default="0" /> <param index="4" name="justification_flags" type="int" enum="TextServer.JustificationFlag" default="163" /> + <param index="5" name="tab_stops" type="PackedFloat32Array" default="PackedFloat32Array()" /> <description> Adds a [code][p][/code] tag to the tag stack. </description> |