lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



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 function
and 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