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-02-26 16:01:54 -08:00
2023-04-12 19:27:23 -04:00
2023-01-05 13:25:55 +01:00
2023-05-29 11:26:10 +02:00
2023-02-22 09:35:15 -08:00
2023-03-20 08:14:18 +02:00
2023-01-05 13:25:55 +01:00
2023-06-13 19:52:19 -04:00
2023-04-27 10:54:25 -07:00
2023-03-29 22:43:36 +03:00
2023-06-15 21:06:10 +08:00
2023-06-06 12:40:04 -03:00
2023-06-10 23:04:20 +02:00
2023-06-11 22:15:54 +02:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-05-12 09:58:23 +02:00
2023-01-05 13:25:55 +01:00
2023-03-01 01:44:37 +01:00
2023-03-15 13:11:48 +11:00
2023-06-14 21:07:58 +02:00
2023-01-05 13:25:55 +01:00
2023-06-11 13:43:49 +02:00
2023-06-15 10:49:58 +02:00
2023-05-30 15:43:22 +02:00
2023-03-01 01:44:37 +01:00
2023-05-08 12:20:17 +02:00
2023-04-27 20:28:22 +02:00
2023-06-12 15:12:15 +02:00
2023-04-18 10:20:48 +03:00
2023-04-05 19:15:21 +02:00
2023-06-07 09:02:04 +03:00
2023-06-07 09:02:04 +03:00
2023-01-05 13:25:55 +01:00
2023-03-01 01:44:37 +01:00
2023-01-05 13:25:55 +01:00
2023-04-26 21:36:04 +02:00
2023-04-07 22:39:25 +02:00
2023-03-01 01:44:37 +01:00
2023-05-22 16:30:20 -05:00
2023-06-14 14:31:41 -05:00
2023-05-12 20:08:10 +02:00
2023-04-26 21:36:04 +02:00
2023-01-05 13:25:55 +01:00
2023-05-31 13:11:59 +00:00
2022-02-08 13:01:35 +01:00
2023-01-05 13:25:55 +01:00
2022-02-08 13:01:35 +01:00