static public int OnSkillStop(IntPtr l) { try { SkillSystem.SkillInstance self = (SkillSystem.SkillInstance)checkSelf(l); System.Object a1; checkType(l, 2, out a1); self.OnSkillStop(a1); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }