🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

using tolua++

Started by
-1 comments, last by rogerdv 19 years, 10 months ago
I have generated some wrapper code with tolua++, now the doubt i have is how to pass some complete class to lua scripts. supposing I have generated code for class: class testing { *** }; And i have in my program: testing var; var.member=1 How can i pass var to a lua script?

This topic is closed to new replies.

Advertisement