summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorFileDialog.xml
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-04-29 14:49:32 -0500
committerDavid Snopek <dsnopek@gmail.com>2024-04-29 14:49:32 -0500
commit8ce54d4632f88479703ff2e0bcd2e139074220ad (patch)
treec793be21864d60fd3c27191dd4c5af7a9d427ba2 /doc/classes/EditorFileDialog.xml
parent89850d553eeb259e208d0c577cd7bc1eabd3a90a (diff)
downloadredot-engine-8ce54d4632f88479703ff2e0bcd2e139074220ad.tar.gz
Expose `EditorFileDialog::popup_file_dialog()` to GDScript and GDExtension
Diffstat (limited to 'doc/classes/EditorFileDialog.xml')
-rw-r--r--doc/classes/EditorFileDialog.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/EditorFileDialog.xml b/doc/classes/EditorFileDialog.xml
index 4befcf5e69..d5c2ed55d7 100644
--- a/doc/classes/EditorFileDialog.xml
+++ b/doc/classes/EditorFileDialog.xml
@@ -90,6 +90,12 @@
Notify the [EditorFileDialog] that its view of the data is no longer accurate. Updates the view contents on next view update.
</description>
</method>
+ <method name="popup_file_dialog">
+ <return type="void" />
+ <description>
+ Shows the [EditorFileDialog] at the default size and position for file dialogs in the editor, and selects the file name if there is a current file.
+ </description>
+ </method>
<method name="set_option_default">
<return type="void" />
<param index="0" name="option" type="int" />