I'm trying to write a class that extract the parameters passed from a Lua function call (Lua script calling a registered C function) and pass them to the registered method (IDelegate in my code snippets) so I can execute it and returns the value.I'm trying to write a class that extract the pa