bevy/crates/bevy_ecs/src/system
hshrimp 35d10866b8
Rename init_component & friends (#15454)
# Objective

- Fixes #15451 

## Migration Guide

- `World::init_component` has been renamed to `register_component`.
- `World::init_component_with_descriptor` has been renamed to
`register_component_with_descriptor`.
- `World::init_bundle` has been renamed to `register_bundle`.
- `Components::init_component` has been renamed to `register_component`.
- `Components::init_component_with_descriptor` has been renamed to
`register_component_with_descriptor`.
- `Components::init_resource` has been renamed to `register_resource`.
- `Components::init_non_send` had been renamed to `register_non_send`.
2024-09-26 22:47:28 +00:00
..
commands Follow up to cached run_system (#15410) 2024-09-24 17:35:44 +00:00
adapter_system.rs Follow up to cached run_system (#15410) 2024-09-24 17:35:44 +00:00
builder.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
combinator.rs Follow up to cached run_system (#15410) 2024-09-24 17:35:44 +00:00
exclusive_function_system.rs Support systems that take references as input (#15184) 2024-09-23 17:37:29 +00:00
exclusive_system_param.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
function_system.rs Support systems that take references as input (#15184) 2024-09-23 17:37:29 +00:00
input.rs Support systems that take references as input (#15184) 2024-09-23 17:37:29 +00:00
mod.rs Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
observer_system.rs fix observer docs (#15415) 2024-09-25 00:05:33 +00:00
query.rs Use associated type bounds for iter_many and friends (#15040) 2024-09-09 16:24:39 +00:00
system_name.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
system_param.rs Rename init_component & friends (#15454) 2024-09-26 22:47:28 +00:00
system_registry.rs Follow up to cached run_system (#15410) 2024-09-24 17:35:44 +00:00
system.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00