Re: Capturing out parameters with FFish script
Sorry, SWFKit doesn't support capturing out parameters(It can only do it in an event handler).
You should modify the method to GetRecNameByNum or GetRecTimeByNum, and change the type to [out, ret].
Or you must write another object to encapsulates its methods.
|