lua-users home
lua-l archive

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


> I noticed there's no function to invoke a metamethod in a way it can
> yield. Why's this?

Doesn't luaL_getmetafield + lua_callk do what you want?

-- Roberto