Assign temporary path to preloaded resources

This commit is contained in:
kobewi
2023-08-05 02:07:16 +02:00
parent 9df6491853
commit a3627b6e37
7 changed files with 17 additions and 0 deletions

View File

@ -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;