bevy/crates/bevy_ecs/src/system
JoJoJet bb9706c96f Document exotic patterns for Commands and Events (#4840)
# Objective

Improve documentation, information users of the limitations in bevy's idiomatic patterns, and suggesting alternatives for when those limitations are encountered.

## Solution

* Add documentation to `Commands` informing the user of the option of writing one-shot commands with closures.
* Add documentation to `EventWriter` regarding the limitations of event types, and suggesting alternatives using commands.
2022-07-13 14:40:52 +00:00
..
commands Document exotic patterns for Commands and Events (#4840) 2022-07-13 14:40:52 +00:00
exclusive_system.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
function_system.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
mod.rs Update codebase to use IntoIterator where possible. (#5269) 2022-07-11 15:28:50 +00:00
query.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
system.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
system_chaining.rs Very minor doc formatting changes (#5287) 2022-07-12 13:06:16 +00:00
system_param.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00