bevy/crates/bevy_ecs/src/system/commands
thebluefish 7c9c6ff27f
Fix EntityCommands::despawn docs (#13774)
# Objective

The `EntityCommands::despawn` method was previously changed from
panicking behavior to a warning, but the docs continue to state that it
panics.

## Solution

- Removed panic section, copied warning blurb from `World::despawn`
- Adds a similar warning blurb to
`DespawnRecursiveExt::despawn_recursive` and
`DespawnRecursiveExt::despawn_descendants`
2024-06-09 17:59:19 +00:00
..
mod.rs Fix EntityCommands::despawn docs (#13774) 2024-06-09 17:59:19 +00:00
parallel_scope.rs refactor: Extract parallel queue abstraction (#7348) 2024-02-19 16:31:15 +00:00