summaryrefslogtreecommitdiff
path: root/editor/editor_data.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-07-26 17:36:44 -0300
committerGitHub <noreply@github.com>2018-07-26 17:36:44 -0300
commit274d1bc683bbd7f31b323f217bbe4512a8c275a1 (patch)
tree58d093a1b99f41c80da95533760b51615e520b46 /editor/editor_data.h
parent6cf5eb8e377bafc99b907c3c38c4066f680811f4 (diff)
parent3de15363abcc3dd3b2030ab5840aa4924e2e01cf (diff)
Merge pull request #20233 from willnationsdev/gsc-editor
Add script class hierarchies & add-script button permanence/auto-derivation
Diffstat (limited to 'editor/editor_data.h')
-rw-r--r--editor/editor_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_data.h b/editor/editor_data.h
index 0ecef8ae31..fac6635cd2 100644
--- a/editor/editor_data.h
+++ b/editor/editor_data.h
@@ -211,6 +211,9 @@ public:
void notify_edited_scene_changed();
void notify_resource_saved(const Ref<Resource> &p_resource);
+ bool script_class_is_parent(const String &p_class, const String &p_inherits);
+ StringName script_class_get_base(const String &p_class);
+
EditorData();
};