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
In gdscript 3.5 you must to preload a class inside an inner class to get access to the class as the inner class has no access to the outer class's constants.
Unfortunately this needs a # gdlint: ignore=duplicated-load directive each time since gdlint doesn't understand that this is not actually a duplicated-load
The text was updated successfully, but these errors were encountered:
jamie-pate
changed the title
gdlint: duplicated-load when preloading scripts inside inner classes
gdlint: false positive on duplicated-load when preloading scripts inside inner classes
Nov 27, 2023
In gdscript 3.5 you must to preload a class inside an inner class to get access to the class as the inner class has no access to the outer class's constants.
Unfortunately this needs a
# gdlint: ignore=duplicated-load
directive each time since gdlint doesn't understand that this is not actually a duplicated-loadThe text was updated successfully, but these errors were encountered: