lua-users home
lua-l archive

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


Hello,

I'm registering some function to a table using luaL_setfuncs().

Is it valid to register addition function afterward by calling a second time luaL_setfuncs() on the same time ?

Same question with luaL_register() on 5.1 :)

Thanks

Laurent