Sorry mate, it doesn't get any better than that. If you peek under the
covers, you'll see that those scripting features are just simple
wrappers around Lua's C API functions. Look at it from the perspective
of what Lua can do, and you'll be able to get there from here.
Håkon Evensen wrote:
Because i wanted a less crappy way of doing it.. one using the lua api
and not lua scripting features..