Tick() public method

public Tick ( long curTime ) : void
curTime long
return void
 static public int Tick(IntPtr l)
 {
     try {
         StorySystem.StoryInstance self = (StorySystem.StoryInstance)checkSelf(l);
         System.Int64 a1;
         checkType(l, 2, out a1);
         self.Tick(a1);
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }