Advertisement

using tolua++

Started by September 18, 2004 08:59 AM
-1 comments, last by rogerdv 20 years, 2 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