space-station-14 icon indicating copy to clipboard operation
space-station-14 copied to clipboard

Make StepTriggerAttemptEvent Cancellable

Open Kimpes opened this issue 2 years ago • 1 comments

Description

While working on an entity that should activate when being walked over, I found out that without some middleman system, the StepTriggerComponent doesn't actually trigger on step, which feels unintuitive and made me have to create a system just to continue the stepTriggerAttemptEvent. As far as I know, most other events are continued by default unless cancelled and I think it makes sense to update StepTriggerAttemptEvent to act similarly

Kimpes avatar Aug 13 '22 15:08 Kimpes

@PJB3005

gradientvera avatar Aug 13 '22 20:08 gradientvera