Hi. I have created a function (in GDScript), which accepts exactly six arguments. When calling it through Node Group Signal with 6 parameters, the function is not executed. When I change the signature to only include 5 parameters, everything works as expected. Is there some kind of limit or am I missing something?
I have found one question which is kind of similar, except it seems to be using C++ instead of GDScript.
Thank you for help.