bevy/crates/bevy_hierarchy/src
spvky 40392a80d8
rename enqueue_command to queue_command for consistency (#16753)
# Objective

Fixes https://github.com/bevyengine/bevy/issues/16752

## Solution
Renamed the 3 remaining instances of `enqueue_command` to
`queue_command`

## Testing
- Built locally

## Migration Guide

All instances of the `enqueue_command` method have been renamed to
`queue_command`.
2024-12-11 00:53:54 +00:00
..
components Window picking (#16103) 2024-12-05 21:14:39 +00:00
child_builder.rs rename enqueue_command to queue_command for consistency (#16753) 2024-12-11 00:53:54 +00:00
events.rs Fix bevy_hierarchy failing to compile without reflect feature (#16428) 2024-11-19 01:28:42 +00:00
hierarchy.rs Rename EntityCommands::clone to clone_and_spawn (#16696) 2024-12-10 03:26:15 +00:00
lib.rs Fix permissions of rust source files (#16310) 2024-11-09 16:34:38 +00:00
query_extension.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
valid_parent_check_plugin.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00