You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error at (5,5)
Parser bug(please report): Could not find external parser for class "Component". (Trying to resolve class inheritance)
Steps to reproduce
Create custom class A, in class B, make a typed dictionary where the values are of A, then in class C, attempt to call any method on an accessed dictionary value.
Tested versions
4.4dev3, 4.4dev2
System information
Godot v4.4.dev3 - Windows 10.0.22631 - Multi-window, 2 monitors - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3060 (NVIDIA; 32.0.15.6094) - AMD Ryzen 7 5800X 8-Core Processor (16 threads)
Issue description
Parse error when attempting to call a method on a dictionary value from a different class, when the value is of a custom class type.
eg: (where component inherits node2d with no other modifications)
Steps to reproduce
Create custom class A, in class B, make a typed dictionary where the values are of A, then in class C, attempt to call any method on an accessed dictionary value.
Minimal reproduction project (MRP)
4.4dev3mrp.zip
The text was updated successfully, but these errors were encountered: