[RTL] Fix custom effects not updating.

This commit is contained in:
Pāvels Nadtočajevs
2025-03-05 22:55:35 +02:00
parent 1ba4dbb164
commit 9f8d8b7c4e
3 changed files with 15 additions and 3 deletions

View File

@@ -525,6 +525,12 @@
Adds a [code skip-lint][u][/code] tag to the tag stack.
</description>
</method>
<method name="reload_effects">
<return type="void" />
<description>
Reloads custom effects. Useful when [member custom_effects] is modified manually.
</description>
</method>
<method name="remove_paragraph">
<return type="bool" />
<param index="0" name="paragraph" type="int" />