Skip to content

Function event: Using function inside function only possible after using it in event #744

Open
@Wend1go

Description

@Wend1go

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

  1. Create a project and add a function extension "myfunctionextension"
  2. Add a function "func1" to myfunctionextension
  3. Add a function "func2" as an action in myfunctionextension
  4. Add an event in func1 and try to add func2 -> it doesn't appear in the list of actions under myfunctionextension
  5. Close the myfunctionextension tab (if you open it will appear)
  6. Go to the scenes event sheet and open add actions -> func2 appears there
  7. Add func2 to the scenes event sheet
  8. Open the the myfunctionevent tab again and add func2 in func1 ->it appears at last

Metadata

Metadata

Assignees

No one assigned

    Labels

    😇A workaround existsThere is a way to bypass this bug or missing feature😤Non optimal UIA bug/issue where the UI is usable but not optimal

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions