When trying to use a function with a parameter of type enum I'm really having a hard time trying to use it. Looking at the code generated it doesn't seem as the invokefunction method is ready to handle an incoming parameter of enum type. Actually "isEnum" is always undefined. But even if it wasn't it doesn't look like it would handle it correctly anyway. Have you tested it? Am i missing something? Can you provide an example?
Thank you