currentStateName replacement.

NodeCanvas Forums Support currentStateName replacement.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12472
    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).

    #12492
    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.

    Join us on Discord: https://discord.gg/97q2Rjh

    #12504
    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.