diff options
author | willnationsdev <willnationsdev@gmail.com> | 2018-06-29 22:08:28 -0500 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2018-07-04 09:41:12 -0500 |
commit | 2a6c591957b456961db192908ce62d997d34acac (patch) | |
tree | da84c697d3643b0768113b5fa67ee8a21a073db9 /doc/classes/EditorPlugin.xml | |
parent | 0ffec7daf762b74c7453aa22b71865e63660901c (diff) | |
download | redot-engine-2a6c591957b456961db192908ce62d997d34acac.tar.gz |
Expose ScriptCreateDialog to EditorPlugin
Diffstat (limited to 'doc/classes/EditorPlugin.xml')
-rw-r--r-- | doc/classes/EditorPlugin.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index b9945f3f73..f5fbf8e313 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -235,6 +235,13 @@ <description> </description> </method> + <method name="get_script_create_dialog"> + <return type="ScriptCreateDialog"> + </return> + <description> + Gets the Editor's dialogue used for making scripts. Note that users can configure it before use. + </description> + </method> <method name="get_state" qualifiers="virtual"> <return type="Dictionary"> </return> |