diff options
author | homer666 <homer666@users.noreply.github.com> | 2018-04-22 05:31:50 +1000 |
---|---|---|
committer | homer666 <homer666@users.noreply.github.com> | 2018-04-22 05:41:15 +1000 |
commit | d4ce53b9b116ce0622f58cd53f3468e13d64e71b (patch) | |
tree | 8427e59755fd9b3e8ef953616c284b0ce2ba3a64 | |
parent | 7d6f210ccb5de9ef414f94ad42f9f3dea14c0493 (diff) |
[DOCS] Popup.popup_exclusive description
-rw-r--r-- | doc/classes/Popup.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml index abf6ec3238..db8d927c9e 100644 --- a/doc/classes/Popup.xml +++ b/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> |