Allow class_name scripts to have nested inheritance

This commit is contained in:
George Marques 2019-03-09 00:47:27 -03:00
parent a38bf5287a
commit 25f9aee005
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
9 changed files with 17 additions and 8 deletions

View file

@ -87,6 +87,7 @@ public:
static StringName get_global_class_language(const StringName &p_class);
static String get_global_class_path(const String &p_class);
static StringName get_global_class_base(const String &p_class);
static StringName get_global_class_native_base(const String &p_class);
static void get_global_class_list(List<StringName> *r_global_classes);
static void save_global_classes();