summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-08-05 02:07:16 +0200
committerkobewi <kobewi4e@gmail.com>2023-11-10 00:43:30 +0100
commita3627b6e37049ca55cc0d5227a4ff7bc1b19ae1e (patch)
tree86e7bf3fe77bc14aac3e4c36717940fa1da02332 /modules/gdscript/gdscript.h
parent9df6491853b7b043afba3c6d56f4c5b21ac7fd7c (diff)
downloadredot-engine-a3627b6e37049ca55cc0d5227a4ff7bc1b19ae1e.tar.gz
Assign temporary path to preloaded resources
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 04b0a1d786..9717dd7ff1 100644
--- a/modules/gdscript/gdscript.h
+++ b/modules/gdscript/gdscript.h
@@ -171,6 +171,7 @@ class GDScript : public Script {
//exported members
String source;
String path;
+ bool path_valid = false; // False if using default path.
StringName local_name; // Inner class identifier or `class_name`.
StringName global_name; // `class_name`.
String fully_qualified_name;