You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Merge pull request #90862 from RadiantUwU/change_stuff
Remove experimental flag from `remove_user_signal()`.
This commit is contained in:
@@ -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.
|
[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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="remove_user_signal" experimental="">
|
<method name="remove_user_signal">
|
||||||
<return type="void" />
|
<return type="void" />
|
||||||
<param index="0" name="signal" type="StringName" />
|
<param index="0" name="signal" type="StringName" />
|
||||||
<description>
|
<description>
|
||||||
|
|||||||
Reference in New Issue
Block a user