diff options
author | George Marques <george@gmarqu.es> | 2024-04-18 11:48:07 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2024-04-18 11:54:37 -0300 |
commit | dc73440f899e6f32de748787e946ad762771fda0 (patch) | |
tree | d1b72549e507b6161963422f4c3fd8211dffdded /platform/ios/export/export_plugin.cpp | |
parent | 2efbc6bfb3b4f49a6bc75b3d367cfe81eeddbf3a (diff) | |
download | redot-engine-dc73440f899e6f32de748787e946ad762771fda0.tar.gz |
GDScript: Implement get_dependencies()
The parser and analyzer now track the dependencies of the script and
return the list when the resource loader ask for them.
What is considered a dependency:
- Any `preload()` call.
- The base script this one extends.
- Any identifier, including types, that refers to global scripts.
- Any autoload singleton reference.
Diffstat (limited to 'platform/ios/export/export_plugin.cpp')
0 files changed, 0 insertions, 0 deletions