static public int Init(IntPtr l) { try { BaseBehaviour self = (BaseBehaviour)checkSelf(l); self.Init(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }