Exemplo n.º 1
0
 static public int Analyze(IntPtr l)
 {
     try {
         StorySystem.CommonValues.DummyValue self = (StorySystem.CommonValues.DummyValue)checkSelf(l);
         StorySystem.StoryInstance           a1;
         checkType(l, 2, out a1);
         self.Analyze(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }