currentStateName replacement.

Forums 💬 NodeCanvas ⚙️ Support currentStateName replacement.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17738
    nodeshelp
    Participant

      I had been using FSMOwner.currentStateName prior to 2.6.3. What would be the correct replacement? (not sure is that currentRootStateName, currentDeepStateName, or something else).

      #17740
      Gavalakis
      Keymaster

        Hey,

        It has been replaced with FSMOwner.currentRootStateName to get the state name of the root FSM only, or FSMOwner.currentDeepStateName to get the state name also including the current active SubFSM if any.

        The identical to what was there prior to 2.6.3, is the first one, FSMOwner.currentRootStateName.

        Let me know if that works for you.
        Thanks.

        #17739
        nodeshelp
        Participant

          Thanks for the clarification!

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