-
Notifications
You must be signed in to change notification settings - Fork 737
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
Fortify - Add onDeployStop event for cancelling before confirming #9854
Conversation
Title could probably be changed, feels a bit wordy but couldn't think of a good way to phrase it. |
Why not use |
Different parameters, I made it match the |
I'm guessing you want a listenable event when the player stops deploying? |
I could give it the same params, just figured it would make more sense to have a matching event instead of the |
This reverts commit c3dae82.
Updated it to use |
You misunderstood me and my intentions.
There might be a good reason to add a new event, however the one you gave isn't good enough. So I ask again: I'm guessing you want a listenable event when the player stops deploying? |
Yes. |
@DartRuffian I've added your initial suggestion back partially. However, this event won't be thrown when you cancel. |
I think I had both events originally there as a placeholder, can't remember an actual good reason for it being there |
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.
LGTM
When merged this pull request will:
ace_fortify_onDeployStop
local event for when deploying is cancelled before confirmingace_fortify_deployCanceled
isIMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.