-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create new defineable methods to customize behaviour of NestedStateMachine #197
base: master
Are you sure you want to change the base?
Conversation
this is a breaking change right? |
no. |
i updated it so that instead of moving logic to make room for overwriting methods, it now just calls newly defineable methods if they're present this now breaks nothing; only additions |
@kaduvert, if the bot exits 3 nested states, will it call them all respectively? |
yes! |
makes NestedStateMachine call
onStateMachineEntered()
/stateMachineUpdate()
/onStateMachineExited()
respectively on enter / update / exit events if they are defined