diff options
author | Will Nations <willnationsdev@gmail.com> | 2017-11-16 23:49:39 -0600 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2017-11-17 09:37:41 -0600 |
commit | eaea6466486c2061400c3487d214d65cf500ed4b (patch) | |
tree | baf3192e22af9fd389fb4bbe36edd202d4870dc9 /doc | |
parent | b279f641c0b9e7af711d857917353905b48c6913 (diff) |
Adding ability for single meta hovering
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index cc644f34cb..c95ea11f5f 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -374,6 +374,20 @@ <description> </description> </signal> + <signal name="meta_hover_started"> + <argument index="0" name="meta" type="Nil"> + </argument> + <description> + Triggers when the mouse enters a meta tag. + </description> + </signal> + <signal name="meta_hover_ended"> + <argument index="0" name="meta" type="Nil"> + </argument> + <description> + Triggers when the mouse exits a meta tag. + </description> + </signal> </signals> <constants> <constant name="ALIGN_LEFT" value="0"> |