mirror of
https://github.com/godotengine/godot.git
synced 2025-10-23 01:43:36 +00:00
Add get_base_editor to ScriptEditorBase
This commit is contained in:
parent
a3dd18b12e
commit
2b30728ebf
9 changed files with 29 additions and 0 deletions
|
@ -218,6 +218,8 @@ Ref<EditorSyntaxHighlighter> EditorPlainTextSyntaxHighlighter::_create() const {
|
|||
/*** SCRIPT EDITOR ****/
|
||||
|
||||
void ScriptEditorBase::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_base_editor"), &ScriptEditorBase::get_base_editor);
|
||||
|
||||
ADD_SIGNAL(MethodInfo("name_changed"));
|
||||
ADD_SIGNAL(MethodInfo("edited_script_changed"));
|
||||
ADD_SIGNAL(MethodInfo("request_help", PropertyInfo(Variant::STRING, "topic")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue