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