From 847766689a4c05ca56eea91a90d9ff8d275aafb3 Mon Sep 17 00:00:00 2001 From: Micky Date: Tue, 9 Jul 2024 12:39:30 +0200 Subject: [PATCH] Add `push_url` as a keyword for `push_meta` --- doc/classes/RichTextLabel.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 24d2d26beb8..7e0c39ac7c8 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -432,7 +432,7 @@ Adds [code skip-lint][ol][/code] or [code skip-lint][ul][/code] tag to the tag stack. Multiplies [param level] by current [member tab_size] to determine new margin length. - + @@ -628,7 +628,7 @@ Language code used for line-breaking and text shaping algorithms, if left empty current locale is used instead. - + If [code]true[/code], the label underlines meta tags such as [code skip-lint][url]{text}[/url][/code]. These tags can call a function when clicked if [signal meta_clicked] is connected to a function.