-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Add an all purpose run condition inversion tool #7202
Copy link
Copy link
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use
Description
If someone run something on `resource_exists` they may also need to run something on `unless_resource_exists`.
General inversion method would be better, of course.
Originally posted by @Shatur in #6587 (comment)
This can optionally be combined with other logical combinators, like OR, XOR and AND.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-UsabilityA targeted quality-of-life change that makes Bevy easier to useA targeted quality-of-life change that makes Bevy easier to use