diff options
author | Zher Huei Lee <lee.zh.92@gmail.com> | 2015-09-07 22:56:16 +0100 |
---|---|---|
committer | Zher Huei Lee <lee.zh.92@gmail.com> | 2015-09-07 22:56:16 +0100 |
commit | a0ba13464362c286915f6a83702957668a50b62a (patch) | |
tree | 49156baadc0319579eef120b10b5073130bfa553 /scene/gui/label.h | |
parent | 7c5cd0c2966b678b5fd450bd4910a8fe071fd999 (diff) | |
download | redot-engine-a0ba13464362c286915f6a83702957668a50b62a.tar.gz |
added get_visible_characters() to Label
Diffstat (limited to 'scene/gui/label.h')
-rw-r--r-- | scene/gui/label.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/label.h b/scene/gui/label.h index dc2d4c01e2..4ea9f5d377 100644 --- a/scene/gui/label.h +++ b/scene/gui/label.h @@ -115,6 +115,7 @@ public: bool is_uppercase() const; void set_visible_characters(int p_amount); + int get_visible_characters() const; int get_total_character_count() const; void set_clip_text(bool p_clip); |