Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you create a key on a CallMethodTrack and select a node that has a script that inherits another user script, all user-made methods show up under a single section called 'Script Methods'.
The engine methods are already sorted based on class names, so it doesn't make sense that user made methods don't also do the same. This get's especially unusable when using virtual methods, since the same names appear multiple times, and the user has no way to know which class the method belongs to.
Beta Was this translation helpful? Give feedback.
All reactions