|
On 1-Feb-05, at 1:20 PM, Michael Cumming wrote:
I am assuming there is no way to directly pass a reference to a functionand then store that for later.
No, you can do that and it is usually better than passing strings representing functions.
See luaL_ref and friends