bevy/crates/bevy_ecs/src/system
theotherphil 54c9f03021
Mention in .add_observer() docs that first parameter must be a Trigger (#19315)
# Objective

Fix https://github.com/bevyengine/bevy/issues/13860

## Solution

Add note in docs that Trigger must be the first parameter of observer
systems
2025-05-26 20:06:08 +00:00
..
commands Mention in .add_observer() docs that first parameter must be a Trigger (#19315) 2025-05-26 20:06:08 +00:00
adapter_system.rs Stop using ArchetypeComponentId in the executor (#16885) 2025-05-05 22:52:44 +00:00
builder.rs Generic SystemParam impls for Option and Result (#18766) 2025-05-07 18:20:08 +00:00
combinator.rs Stop using ArchetypeComponentId in the executor (#16885) 2025-05-05 22:52:44 +00:00
exclusive_function_system.rs Stop using ArchetypeComponentId in the executor (#16885) 2025-05-05 22:52:44 +00:00
exclusive_system_param.rs Harden proc macro path resolution and add integration tests. (#17330) 2025-02-09 19:45:45 +00:00
function_system.rs Track spawn Tick of entities, offer methods, query data SpawnDetails and query filter Spawned (#19047) 2025-05-08 14:57:33 +00:00
input.rs bevy_ecs: Apply #![warn(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17335) 2025-01-14 21:37:41 +00:00
mod.rs Rename Condition to SystemCondition` (#19328) 2025-05-22 15:50:19 +00:00
observer_system.rs Stop using ArchetypeComponentId in the executor (#16885) 2025-05-05 22:52:44 +00:00
query.rs Fix a few typos in bevy_ecs docs (#19280) 2025-05-26 20:02:13 +00:00
schedule_system.rs bevy_ecs: forward type_id in InfallibleSystemWrapper (#18931) 2025-05-26 15:33:05 +00:00
system_name.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
system_param.rs Make SystemChangeTick Clone (#18991) 2025-05-26 15:43:06 +00:00
system_registry.rs Include SystemParamValidationError in RunSystemError and RegisteredSystemError (#18666) 2025-04-01 19:27:08 +00:00
system.rs Remove apostrophes in possessive its (#19244) 2025-05-26 19:53:14 +00:00