Przeglądaj źródła

Merge pull request #18343 from homer666/docs-popup-exclusive

[DOCS] Popup.popup_exclusive description
Max Hilbrunner 7 lat temu
rodzic
commit
b02d0ca6ef
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      doc/classes/Popup.xml

+ 1 - 0
doc/classes/Popup.xml

@@ -50,6 +50,7 @@
 	</methods>
 	<members>
 		<member name="popup_exclusive" type="bool" setter="set_exclusive" getter="is_exclusive">
+			If [code]true[/code] the popup will not be hidden when a click event occurs outside of it, or when it receives the [code]ui_cancel[/code] action event. 
 		</member>
 	</members>
 	<signals>