Reply To: FSM.GetCurrentState with nested FSM

NodeCanvas Forums Support FSM.GetCurrentState with nested FSM Reply To: FSM.GetCurrentState with nested FSM

#12102
zsoik
Participant

You can use the NestedFSMNode reference to access the nested FSM instanced and thereby figure out the current state of a nested FSM. Of course you’ll need to look for the right NestedFSMNode instance in your main FSM first.