summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-10-25 13:04:09 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-10-25 13:04:09 -0500
commit2584f755375c788d99284f776e6e0a004253f65c (patch)
treed06fbc8ff1e7eb335cf96fd10ea2bf3437cde21b /modules/gdscript/gdscript.h
parent07e759b74a34e1d58f7704c7f6a68fb53c263247 (diff)
parentfd5fc9f3eed26cb8c27e4a8ede29a4e539c1998a (diff)
downloadredot-engine-2584f755375c788d99284f776e6e0a004253f65c.tar.gz
Merge pull request #96499 from beev1s/shallow-script-cache-error
Fix resource loader not resolving shallow loaded scripts through dependencies
Diffstat (limited to 'modules/gdscript/gdscript.h')
-rw-r--r--modules/gdscript/gdscript.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript.h b/modules/gdscript/gdscript.h
index 9bb39aac0f..006a09debb 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -300,6 +300,7 @@ public:
virtual Error reload(bool p_keep_state = false) override;
+ virtual void set_path_cache(const String &p_path) override;
virtual void set_path(const String &p_path, bool p_take_over = false) override;
String get_script_path() const;
Error load_source_code(const String &p_path);