int stkNdx = 1; lua_rawgeti(L, 3, stkNdx++ ); int numcmds = lua_tointeger(L, -1); // this successfully retrieves numberCommands 2 lua_pop(L, ...
確定! 回上一頁