currentTime of NodeCanvas.Conditions.Timeout is not cleared.

Forums 💬 NodeCanvas ⚙️ Support currentTime of NodeCanvas.Conditions.Timeout is not cleared.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19766
    kakk0u
    Participant

      Hello,
      Timeout.OnCheck() is to clear the Timeout.currentTime Finally ,
      But Timeout.Count() is a co-routine then so called ,
      Timeout.currentTime has not been clear .

      #19768
      Gavalakis
      Keymaster

        Hello,
        Can you please help me understand what is the issue with the Timeout condition? 🙂
        It will return false while counting down and true if the count down has finished/timeout
        Let me know

        #19767
        kakk0u
        Participant

          Thanks for the reply.

          You’re cleared to 0 the Timeout.currentTime at the end of the OnCheck.
          But coroutine does not yet finished, the addition process to Timeout.currentTime you would be done .
          Probably you have to correct in this way.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.