bevy/crates/bevy_ecs/src/schedule
Christian Hughes f1eace62f0
Thoroughly document UninitializedId semantics (#20080)
# Objective

Clean up documentation around `UninitializedId`, which has slightly
confusing semantics.

## Solution

Added documentation comments on `UninitializedId`.

---------

Co-authored-by: Chris Russell <8494645+chescock@users.noreply.github.com>
2025-07-12 03:56:23 +00:00
..
executor Have System::run_unsafe return Result. (#19145) 2025-07-03 21:48:09 +00:00
graph Use SlotMaps to store systems and system sets in Schedules (#19352) 2025-07-03 18:50:54 +00:00
auto_insert_apply_deferred.rs Use SlotMaps to store systems and system sets in Schedules (#19352) 2025-07-03 18:50:54 +00:00
condition.rs Rename send_event and similar methods to write_event (#20017) 2025-07-07 22:05:16 +00:00
config.rs Have System::run_unsafe return Result. (#19145) 2025-07-03 21:48:09 +00:00
mod.rs Simplify self-edge checking in schedule building (#20015) 2025-07-08 18:09:45 +00:00
pass.rs Use SlotMaps to store systems and system sets in Schedules (#19352) 2025-07-03 18:50:54 +00:00
schedule.rs Thoroughly document UninitializedId semantics (#20080) 2025-07-12 03:56:23 +00:00
set.rs Have System::run_unsafe return Result. (#19145) 2025-07-03 21:48:09 +00:00
stepping.rs Use SlotMaps to store systems and system sets in Schedules (#19352) 2025-07-03 18:50:54 +00:00