|
Ben Sunshine-Hill wrote:
By default, all lua_States have the same registry. In terms of performing the callback, you'd probably want to use the main lua_State, since any others will be yielded and should not have function calls performed on them.
Thanks, I think that's what I wanted to know. --Adam