#How to consume Events

3 messages · Page 1 of 1 (latest)

fallen holly
#

I'm not sure if I'm missing something or if it's just not possible, but is there a way to consume events so that they don't show up for other systems.
My goal is to propagate an event through multiple systems until one processes it. From there it should not be possible to be read by subsequent systems.

jade sable
#

ResMut<Events<T>> can be used

#

I also have an old pr for an EventConsumer system parameter that could be redone