[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Call a Lua function from C
- From: Rici Lake <lua@...>
- Date: Tue, 1 Feb 2005 13:26:14 -0500
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