Merge pull request #90862 from RadiantUwU/change_stuff

Remove experimental flag from `remove_user_signal()`.
This commit is contained in:
Rémi Verschelde 2024-04-19 16:28:18 +02:00
commit 00c847a629
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -905,7 +905,7 @@
[b]Note:[/b] Metadata that has a name starting with an underscore ([code]_[/code]) is considered editor-only. Editor-only metadata is not displayed in the Inspector and should not be edited, although it can still be found by this method.
</description>
</method>
<method name="remove_user_signal" experimental="">
<method name="remove_user_signal">
<return type="void" />
<param index="0" name="signal" type="StringName" />
<description>