소스 검색

Marked `EditorInterface.popup_create_dialog()` as experimental in the doc

Lazy-Rabbit-2001 8 달 전
부모
커밋
0d182cf9c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/EditorInterface.xml

+ 1 - 1
doc/classes/EditorInterface.xml

@@ -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;" />