For a Decorator, what is guaranteed to run?

danny100

New member
There is OnChildExecuted, Decorate, and OnEnd
which of these will be guaranteed to run under the following circumstances:
Game object is disabled, behavior is disabled, child tasks are aborted, child tasks complete, decorator can no longer execute, etc
I have a state that must be cleaned up
thank you
 
Top