Reply To: Running an FSM "instantly"

NodeCanvas Forums General Discussion Running an FSM "instantly" Reply To: Running an FSM "instantly"

#8737

The FSM will start, traverse the transitions based on the conditions and as soon as it reaches a finished node without any outgoing transitions the FSM will automaticaly stop.

Will it traverse the whole FSM in a single frame? I was looking through the code but I got the impression that NC performs at maximum a single transition per frame..

I guess I should just try it, haha! Apologies for being lazy. I’ll get back about this!