Call Function By Name --> HERE IS IT! :) <--

It’s been a while, but I thought I should share:

My workaround:


:melting_face:

You need to create an event to ensure that the compilation completes successfully, and then call the function by name.
The node at the compilation stage substitutes the required parameters from the event and passes them to the final function.

It is important that your function has the correct signature, otherwise there may be problems…

2 Likes