Show static functions in the object function list #3633
Replies: 3 comments
-
There are a few special cases that are listed in this file: https://github.com/4ian/GDevelop/blob/master/newIDE/app/src/InstructionOrExpression/EnumerateInstructions.js - would it be enough to apply the same thing for the linked objects condition? |
Beta Was this translation helpful? Give feedback.
-
Ok, It should work for this. |
Beta Was this translation helpful? Give feedback.
-
Yeah not sure about these. Might be worth adding a flag in the instruction metadata in the future to "consider as object instruction". So we could expose it in extensions directly. |
Beta Was this translation helpful? Give feedback.
-
Description
Context
Actual
Expected
User story
Solution suggested
The editor could look at the object and behavior parameters to add the static function in the object function list.
Alternatives considered
Restrict it to only object parameters that are the 1st visible one?
Beta Was this translation helpful? Give feedback.
All reactions