bevy/crates/bevy_ecs/src/system
LoipesMas de92054bbe Improve Command(s) docs (#4994)
# Objective

- Improve Command(s) docs
- Fixes #4737 

## Solution

- Update and improve documentation.

---
- "list" -> "queue" in `Commands` doc (this better represents reality)
- expand `Command` doc
- update/improve `Commands::add` doc, as specified in linked issue

Let me know if you want any changes!
2022-07-02 09:49:20 +00:00
..
commands Improve Command(s) docs (#4994) 2022-07-02 09:49:20 +00:00
exclusive_system.rs Make change lifespan deterministic and update docs (#3956) 2022-05-09 14:00:16 +00:00
function_system.rs Clippy improvements (#4665) 2022-05-31 01:38:07 +00:00
mod.rs Allow higher order systems (#4833) 2022-05-30 17:59:20 +00:00
query.rs Replace ReadOnlyFetch with ReadOnlyWorldQuery (#4626) 2022-06-13 23:35:54 +00:00
system_chaining.rs Make System responsible for updating its own archetypes (#4115) 2022-04-07 20:50:43 +00:00
system_param.rs Replace ReadOnlyFetch with ReadOnlyWorldQuery (#4626) 2022-06-13 23:35:54 +00:00
system.rs Make change lifespan deterministic and update docs (#3956) 2022-05-09 14:00:16 +00:00