Traversing a general table uses lua_next. This code is the equivalent of using 'pairs' in Lua: /* table is in the stack at index 't' */ lua_pushnil(L); ...
確定! 回上一頁