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
@eska014 I think that the problem in this issue is that the script in the question extends 'ItemListEnhanced.gd', and thus should have inherited the other scripts's scope as well.
Operating system or device - Godot version:
Godot 3.0 alpha1
Issue description:
I cannot inherit a inner class in other script files.
The file named
ItemListEnhanced.gd
with a inner classListItemProvider
as below:The editor complains
Parser Error: Unknown class 'ListItemProvider'
with the script code belowMay #4472 related?
The text was updated successfully, but these errors were encountered: