lua-users home
lua-l archive

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


On Wed, Apr 2, 2008 at 8:44 PM, Eugen-Andrei Gavriloaie wrote:
> > On Wed, Apr 2, 2008 at 6:58 PM, Eugen-Andrei Gavriloaie wrote:
> >
> > > lua_pushcfunction(pLuaState, w_cfunc_call);
>
>  So, if I do a lua_pcall(...) right here, it will execute w_cfunc_call(...)
> ?

Yes.

Peter Harris