mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add script hierarchies,add-script btn auto-derives
This commit is contained in:
parent
d1624cca99
commit
3de15363ab
4 changed files with 127 additions and 83 deletions
|
|
@ -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();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue