示例#1
0
 static public int DisableFade(IntPtr l)
 {
     try {
         ScreenFade self = (ScreenFade)checkSelf(l);
         self.DisableFade();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }