1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00
Files
godot/modules
ocean (they/them) 6c28b8edd3 GDScript: fix regression when checking for virtual function implementation.
Unfortunately it appears the virtual function checks in #77324 are not
trustworthy at runtime, because objects can have scripts attached, but
this information is not always available at compile-time. These checks
need to be removed.

The rest of the PR is still useful, making all method flags available to
the analyzer, so a full revert isn't necessary/desirable.

This reopens #76938, which will need another solution.
2023-06-21 15:13:45 -04:00
..
2023-05-11 14:32:47 +02:00
2023-04-12 19:27:23 -04:00
2023-01-05 13:25:55 +01: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