|
|
||
|
Lua can be extended through function calls. Unfortunateley, this implies writing a stub function to grab the parameters from the Lua stack and call the actual function (this is pretty much the same thing i did with a VM i did, except it could also call functions in objects in C++). Now, i'v heard mentioned somewhere in the mailing list there was a more efficient way of extending Lua. Is that so? And how?
Max