You are right, much easier to do with scripting without function mapping, and I can actually do what I'm trying to do. Thank you, much!
Develop games in your browser. Powerful, performant & highly capable.
I know how to call a mapped function according to the example project and the documentation and how to pass parameters to one, using events. But it doesn't cover how to return a value from a mapped function. I know that by using the Function.CallMapped expression, I can set the return value to a variable or use in a condition, but I don't see a way to pass parameters when calling a mapped function that way. So how can I pass parameters and set a return value when using mapped functions?