Open
Description
Describe the bug
When you try to run a function inside another function it won't get shown in the actions list until you have previously used it in a normal event outside of the function event.
To Reproduce
- Create a project and add a function extension "myfunctionextension"
- Add a function "func1" to myfunctionextension
- Add a function "func2" as an action in myfunctionextension
- Add an event in func1 and try to add func2 -> it doesn't appear in the list of actions under myfunctionextension
- Close the myfunctionextension tab (if you open it will appear)
- Go to the scenes event sheet and open add actions -> func2 appears there
- Add func2 to the scenes event sheet
- Open the the myfunctionevent tab again and add func2 in func1 ->it appears at last