From eb62d241c0555131060efdedae8f1a8986b59351 Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Mon, 21 Nov 2022 23:24:10 -0500 Subject: [godot#61386] Fix autoload scenes implicit types --- modules/gdscript/gdscript_cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/gdscript/gdscript_cache.h') diff --git a/modules/gdscript/gdscript_cache.h b/modules/gdscript/gdscript_cache.h index 2195932aa3..0f9d87aa67 100644 --- a/modules/gdscript/gdscript_cache.h +++ b/modules/gdscript/gdscript_cache.h @@ -102,6 +102,7 @@ public: static Error finish_compiling(const String &p_owner); static Ref get_packed_scene(const String &p_path, Error &r_error, const String &p_owner = ""); + static Ref get_packed_scene_script(const String &p_path, Error &r_error); static void clear_unreferenced_packed_scenes(); static bool is_destructing() { -- cgit v1.2.3