Lua/SWIG wrap userdata from within Lua

Posted by John Smith on Stack Overflow See other posts from Stack Overflow or by John Smith
Published on 2010-05-18T04:25:25Z Indexed on 2010/05/18 4:30 UTC
Read the original article Hit count: 587

Filed under:
|
|

I am using swig-lua. I have a function in Lua which I call and it returns me a pointer (userdata). right now I know what this pointer is, but how can I tell Lua from within Lua?

© Stack Overflow or respective owner

Related posts about swig

Related posts about lua