diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-08-10 18:55:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-10 18:55:22 +0200 |
| commit | dce488d8f786cd3f67719196d21fbeca9c8bf688 (patch) | |
| tree | 6c489f4bc1ff4411f343a7bcf95e0fb2bbff4c9c /doc/classes/EditorInterface.xml | |
| parent | d915c187d0caeaf392c055e880c001c5835eae51 (diff) | |
| parent | a0a019a99826d7afbe701a3157324e8ccc1edf80 (diff) | |
| download | redot-engine-dce488d8f786cd3f67719196d21fbeca9c8bf688.tar.gz | |
Merge pull request #49417 from Bhu1-V/gsoc-cmd-plt
Command Palette For Godot
Diffstat (limited to 'doc/classes/EditorInterface.xml')
| -rw-r--r-- | doc/classes/EditorInterface.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/EditorInterface.xml b/doc/classes/EditorInterface.xml index 185b4f8c39..91e1dfbf57 100644 --- a/doc/classes/EditorInterface.xml +++ b/doc/classes/EditorInterface.xml @@ -30,6 +30,11 @@ Returns the main container of Godot editor's window. For example, you can use it to retrieve the size of the container and place your controls accordingly. </description> </method> + <method name="get_command_palette" qualifiers="const"> + <return type="EditorCommandPalette" /> + <description> + </description> + </method> <method name="get_current_path" qualifiers="const"> <return type="String" /> <description> |
