Jason Yundt
1cc7e7ec33
Improve autoload inheritance error message
...
Autoloaded scripts should always inherit from Node. When you run a
project that tries to autoload a script which doesn’t inherit from Node,
then Godot gives an error.
Before this change, the error said “Script does not inherit a Node”.
That error message is a little bit misleading. If a class inherits a
Node, then one of its superclasses has a Node. If a class inherits
_from_ Node, then one of its superclasses is Node. This change corrects
that mistake.
Fixes #59884 .
2022-04-04 15:51:02 -04:00
..
2022-03-30 10:39:41 +02:00
2022-01-03 21:27:34 +01:00
2022-02-01 15:58:30 +02:00
2022-03-28 16:48:15 +02:00
2022-02-04 15:15:26 -08:00
2022-03-09 16:24:32 +01:00
2022-01-03 21:27:34 +01:00
2022-03-10 12:28:11 +01:00
2022-01-23 11:32:05 -08:00
2022-03-31 18:00:49 +03:00
2022-04-04 15:51:02 -04:00
2022-01-29 04:41:03 -06:00
2022-04-03 23:21:29 +01:00
2022-03-28 16:48:15 +02:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-01-03 21:27:34 +01:00
2022-03-28 20:26:35 +02:00
2022-01-11 15:03:28 +01:00
2022-02-07 13:04:51 +01:00
2022-03-10 12:28:11 +01:00
2022-02-15 00:03:31 +01:00
2022-03-31 14:07:29 +02:00
2022-01-03 21:27:34 +01:00
2022-03-28 16:48:15 +02:00
2022-03-31 21:21:04 -05:00
2022-02-16 20:14:31 -08:00
2022-04-04 18:43:29 +10:00
2022-02-07 13:04:51 +01:00
2022-02-15 00:03:31 +01:00
2022-01-03 21:27:34 +01:00
2022-03-29 10:05:43 -07:00
2022-03-31 13:04:54 +03:00
2022-03-28 11:06:49 +03:00
2022-01-04 20:42:50 +01:00
2022-03-09 13:59:03 +01:00
2022-01-03 21:27:34 +01:00
2022-02-15 00:03:31 +01:00
2022-01-03 21:27:34 +01:00
2022-03-27 16:13:00 +02:00
2022-03-10 12:28:11 +01:00
2022-01-03 21:27:34 +01:00
2022-03-10 12:28:11 +01:00
2022-03-28 16:48:15 +02:00
2022-03-10 12:28:11 +01:00
2022-02-24 13:00:51 +01:00
2022-02-08 13:01:35 +01:00
2022-01-03 21:27:34 +01:00
2022-02-08 13:01:35 +01:00