Type Alias de_combat::health::LocallyChangedHealth

source ·
type LocallyChangedHealth<'w, 's> = Query<'w, 's, (Entity, &'static Health), (With<Local>, Changed<Health>)>;

Aliased Type§

struct LocallyChangedHealth<'w, 's> {
    world: UnsafeWorldCell<'w>,
    state: &'s QueryState<(Entity, &'static Health), (With<Local>, Changed<Health>)>,
    last_run: Tick,
    this_run: Tick,
    force_read_only_component_access: bool,
}

Fields§

§world: UnsafeWorldCell<'w>§state: &'s QueryState<(Entity, &'static Health), (With<Local>, Changed<Health>)>§last_run: Tick§this_run: Tick§force_read_only_component_access: bool