Is it possible to check if an Object has a specific Behavior?
I need that actually for my own Extension.
Is it possible to check if an Object has a specific Behavior?
I need that actually for my own Extension.
Create the parameter Behavior, right below the parameter Object
There is only one Condition that checks if a Behavior is activated but not if a Behavior is existing.
Why do you need one?
I needed a way to check the Function if the parameter is equals to the Behavior that the Object has.
I did it by myself (I find it myself how to do that).
It always is. GDevelop doesn’t allow to put the wrong behavior in parameters.