From 5bdc0d97d35b254c6a710e95582b135ab3dcefd2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 18 Jan 2023 17:32:28 +0100 Subject: Clean up EditorFileSystem script parsing * Optimize only update modified/added/removed files. * Clean up documentation parsing. --- core/object/script_language.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/object/script_language.h') diff --git a/core/object/script_language.h b/core/object/script_language.h index ff678bcd25..02d1880dc2 100644 --- a/core/object/script_language.h +++ b/core/object/script_language.h @@ -80,6 +80,7 @@ public: static void global_classes_clear(); static void add_global_class(const StringName &p_class, const StringName &p_base, const StringName &p_language, const String &p_path); static void remove_global_class(const StringName &p_class); + static void remove_global_class_by_path(const String &p_path); static bool is_global_class(const StringName &p_class); static StringName get_global_class_language(const StringName &p_class); static String get_global_class_path(const String &p_class); -- cgit v1.2.3