If I have an external module that I want to send a message back to the module that called it, I know I can use Runtime:dispatchEvent({name = “doSomething”})
My question is can I do something like this but also pass parameters along to the function as well?
If so, can someone help me out with what the syntax should look like?