lua_getglobal (L, "f"); //Call the function f(), expecting 1 table returned. err = lua_pcall(L, 0, 1, 0);. CheckLuaErr(L, err, __LINE__);.
確定! 回上一頁