Hello,
in my current project I have to give the ability for clients to communicate with the server and the other way around, they do this by sending events to each other. When compiling the script I don't know what events will be sent or received, or how many or which arguments they will have.
So I need some way to call a handler function with an array<any> where I store the arguments so in the script the values can be retrieved.
How can I achieve this? I am using the standard array and any add-on.