int Error = luaL_loadfile(LuaState, "Test.lua"); if(!Error) { Error = lua_pcall(LuaState, 0, LUA_MULTRET, 0); } if(Error) { std::cerr ...
確定! 回上一頁