NULL, 1, "Error Param"); 28 int num = luaL_checkinteger(L, 2); 29 luaL_argcheck(L, num > 0, 2,"Wrong Paramter"); 30 pStruct->Num = num; ...
確定! 回上一頁