Files
godot/modules
Rindbee cbce374f68 Returns null and does not cache when the source code of the script fails to load
This usually means that an `ERR_FILE*` error occurred.

Previously, using `GDScriptCache::get_full_script()` would ignore errors during loading.
Now, all errors are not ignored.

Judging in which period the error occurred, it can be judged based on the return value:
1. null + err : Error during script loading (load_source_code()).
2. script + err: Error during script parsing.
2023-06-15 21:06:10 +08:00
..
2023-05-11 14:32:47 +02:00
2023-04-12 19:27:23 -04:00
2023-05-29 11:26:10 +02:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-03-01 01:44:37 +01:00
2023-03-01 01:44:37 +01:00
2023-04-27 20:28:22 +02:00
2023-04-18 10:20:48 +03:00
2023-01-05 13:25:55 +01:00
2023-03-01 01:44:37 +01:00
2023-03-01 01:44:37 +01:00