Ejemplo n.º 1
0
 static public int delete(IntPtr l)
 {
     try {
         Game.ActionRecord self = (Game.ActionRecord)checkSelf(l);
         var ret = self.delete();
         pushValue(l, ret);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
Ejemplo n.º 2
0
        public static void removeRecord(string fileName)
        {
            ActionRecord tmp = new ActionRecord(fileName);

            tmp.delete();
        }