diff options
author | mara <vmedea@protonmail.com> | 2023-01-24 17:13:03 +0000 |
---|---|---|
committer | mara <vmedea@protonmail.com> | 2023-01-24 18:16:24 +0100 |
commit | be733ea3d17bedf4a6846c6fa0704ad4bf961fb4 (patch) | |
tree | b07b6fe3fe000aab34c233221ac44b9f8e79dcb9 /doc/classes | |
parent | 9de0c73e4529afe3ea060332a03e17cc0581efd8 (diff) |
Expose RichTextLabel::push_customfx to GDScript
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 5550bf0955..2d6d933742 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -251,6 +251,14 @@ Adds a [code][color][/code] tag to the tag stack. </description> </method> + <method name="push_customfx"> + <return type="void" /> + <param index="0" name="effect" type="RichTextEffect" /> + <param index="1" name="env" type="Dictionary" /> + <description> + Adds a custom effect tag to the tag stack. The effect does not need to be in [member custom_effects]. The environment is directly passed to the effect. + </description> + </method> <method name="push_dropcap"> <return type="void" /> <param index="0" name="string" type="String" /> |