static public int Clear(IntPtr l) { try { FairyGUI.PageOption self = (FairyGUI.PageOption)checkSelf(l); self.Clear(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }
static int Clear(IntPtr L) { try { ToLua.CheckArgsCount(L, 1); FairyGUI.PageOption obj = (FairyGUI.PageOption)ToLua.CheckObject(L, 1, typeof(FairyGUI.PageOption)); obj.Clear(); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }