How can I get a size of a Lua table in C?static int lstage_build_polling_table (lua_State * L) { lua_settop(L, 1); luaL_checktype(L, 1, LUA_TTABLE); ...
確定! 回上一頁