diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-12-19 14:17:42 +0000 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-12-19 14:17:42 +0000 |
commit | e1128431dea0d0e9abd2778b133711deca94bf77 (patch) | |
tree | 5c0a6108f05d2cacbf97e7001f7d5c9c56d28124 /doc | |
parent | 229fb888a3b8538952858e688ada21e2ff53bb15 (diff) |
Rename EditorInterface get_editor_viewport to get_editor_main_control
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorInterface.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index c7561449b9..5a61c05cee 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -47,7 +47,7 @@ Returns the editor's [EditorSettings] instance. </description> </method> - <method name="get_editor_viewport"> + <method name="get_editor_main_control"> <return type="Control"> </return> <description> |