... call setup function */ int top = lua_gettop(L); lua_getglobal(L, "setup"); if (lua_pcall(L, 0, LUA_MULTRET, 0)) { std::cout << lua_tostring(L, ...
確定! 回上一頁