1
0
Fork 0

Merge pull request #100731 from Lazy-Rabbit-2001/popup_create_dialog_as_experimental

Mark `EditorInterface.popup_create_dialog()` as experimental
This commit is contained in:
Thaddeus Crews 2024-12-23 11:15:10 -06:00
commit b77fde8e07
No known key found for this signature in database
GPG Key ID: 62181B86FE9E5D84
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@
Plays the main scene.
</description>
</method>
<method name="popup_create_dialog">
<method name="popup_create_dialog" experimental="">
<return type="void" />
<param index="0" name="callback" type="Callable" />
<param index="1" name="base_type" type="StringName" default="&quot;&quot;" />