aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
diff options
context:
space:
mode:
authorGeorge Marques2016-09-16 15:02:01 -0300
committerRémi Verschelde2016-10-09 17:12:15 +0200
commit6a0d47f34cdbbcfcf19eaa79de410814c841ce21 (patch)
treee809b751880de7f8ba44fd6c9aefc9f431d9b408 /doc/base/classes.xml
parente6d49fb54c2a7896fc95b6063cfead178f1540b7 (diff)
downloadgodot-6a0d47f34cdbbcfcf19eaa79de410814c841ce21.tar.gz
godot-6a0d47f34cdbbcfcf19eaa79de410814c841ce21.tar.zst
godot-6a0d47f34cdbbcfcf19eaa79de410814c841ce21.zip
Add a function to plugin get the main screen parent
- Fix a bug where the main screen button did not disappear when the plugin was deactivated. (cherry picked from commit 98e7c1edbab6605a7578643485e1e88b61fd83d7)
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r--doc/base/classes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 83d7830f8..83b478500 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -11477,6 +11477,13 @@
Get the general settings for the editor (the same window that appears in the Settings menu).
</description>
</method>
+ <method name="get_editor_viewport">
+ <return type="Control">
+ </return>
+ <description>
+ Get the main editor control. Use this as a parent for main screens.
+ </description>
+ </method>
<method name="get_name" qualifiers="virtual">
<return type="String">
</return>