summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-07-30 14:29:09 +0200
committerGitHub <noreply@github.com>2020-07-30 14:29:09 +0200
commit829039d8b1f35645a693ac86987d5856e51a3c7a (patch)
tree8df7f6a1a5eb4e3e9a39a175d69385d535a7f1a3 /doc
parent718db9b396f8bdfef8fc1855e91317d39d076189 (diff)
parent60d40d84302b15ffe387030ef32067ad3520b359 (diff)
Merge pull request #40874 from Calinou/doc-editorinterface-get_editor_viewport
Improve the `EditorInterface.get_editor_viewport()` description
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/EditorInterface.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml
index 8b2b9c9350..9da36b51f9 100644
--- a/doc/classes/EditorInterface.xml
+++ b/doc/classes/EditorInterface.xml
@@ -51,8 +51,8 @@
<return type="Control">
</return>
<description>
- Returns the editor's [Viewport] instance.
- [b]Note:[/b] This returns the main editor viewport containing the whole editor, not the 2D or 3D viewports specifically.
+ Returns the main editor control. Use this as a parent for main screens.
+ [b]Note:[/b] This returns the main editor control containing the whole editor, not the 2D or 3D viewports specifically.
</description>
</method>
<method name="get_file_system_dock">