Beispiel #1
0
 public static void stopRead()
 {
     if (arRead != null)
     {
         arRead.closeRead();
     }
     arRead = null;
 }
 static public int closeRead(IntPtr l)
 {
     try {
         Game.ActionRecord self = (Game.ActionRecord)checkSelf(l);
         self.closeRead();
         return(0);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }