I'm trying to incorporate Lua into my current project. I understand it alright, but I can't seem to figure out a good way to create a wrapper to handle the lua stack and related functions so I don't have to deal with it every time.
I was also wondering if I could call a type method from within a lua script.
I was also wondering if I could call a type method from within a lua script.