-
Notifications
You must be signed in to change notification settings - Fork 688
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
feat: add _onStart precondition for script execution #899
base: master
Are you sure you want to change the base?
Conversation
Add a new precondition type _onStart that allows executing scripts before a node starts its tick. This provides symmetry with the existing _post functionality. Resolves BehaviorTree#895
@facontidavide Already fix tests error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Hi @facontidavide, I hope this message finds you well. I wanted to kindly follow up on the PR I submitted, which you reviewed previously. I understand you're likely very busy, but I was wondering if there might be any updates or further actions required from my side to move it forward. Thank you for your time and assistance. |
Add a new precondition type _onStart that allows executing scripts before a node starts its tick. This provides symmetry with the existing _post functionality.
Resolves #895