public static int ShowGoogleAchievementView(IntPtr L) { int count = LuaDLL.lua_gettop(L); const int nRet = 0; if (count == 0) { PlatformControl.ShowGoogleAchievementView(); } else { LogParamError("ShowGoogleAchievementView", count); } return(GameUtilWrap.CheckReturnNum(L, count, nRet)); }