|
Yes, it is possible, just push the function and the
parameters on the stack and call it by 'lua_call()'.
It is described in the manual, section 5.12
(Calling Lua Functions) with a good example.
This was for Lua 4, for Lua 5 there should also be
an example in the manual.
|