summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorOliver Gutierrez <ogutsua@gmail.com>2018-04-11 14:53:13 +0100
committerOliver Gutierrez <ogutsua@gmail.com>2018-04-11 14:53:13 +0100
commit63a472aea4fd485570388566eb08790493133787 (patch)
tree8b322eacbb72f3c23422b1a5aa928dcc1ca3c65c /doc/classes
parentd87307d850186d27d2c27c5916ec8c4744c14979 (diff)
RichTextLabel, doc: Added new method to get total content height
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/RichTextLabel.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index 49bb1aed45..7fd7162aeb 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -75,6 +75,13 @@
Returns the number of visible lines.
</description>
</method>
+ <method name="get_content_height">
+ <return type="int">
+ </return>
+ <description>
+ Returns the height of the content.
+ </description>
+ </method>
<method name="newline">
<return type="void">
</return>