Re: efficient calling of lua code
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: efficient calling of lua code
- From: lukey@... (Jens Hassler)
- Date: 30 Sep 2002 19:45:00 +0200
Hi Jani,
> Just define some functions in Lua code, dobuffer only once, and call
> the Lua functions from C++ code...
Okay, I know how to call Lua functions from C++, I do this in my game,
too.
But how do I correctly call this not explicitly defined "top level
function" containing all code of my script?
Thx,
Jens