Re: luaL_ref usage
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: luaL_ref usage
- From: "Patrick O'Leary Jr." <polearyjr@...>
- Date: 2008年10月15日 22:42:34 -0700
Patrick O'Leary Jr. wrote:
Patrick O'Leary Jr. wrote:
lua_tostring can throw off lua_next. You can use lua_pushvalue to
create a copy of the item and then use lua_tostring on that copy
(then pop the copy) and lua_next will still be good-to-go.
To be more clear re lua_tostring -> http://pgl.yoyo.org/luai/i/lua_next
Re-reading your post - which I should have done a bit closer the first
time - your usage of lua_tostring is only for LUA_TSTRING's so it
shouldn't upset lua_next. Please disregard my spamming!