#Observer with bundle filter doesn't work

10 messages · Page 1 of 1 (latest)

rapid remnant
#

Observer normally works, and correctly triggers on entity with the correct component, but applying a filter makes no event trigger at all

lucid zealot
#

the filter on the On is not for the entity, it is for the event

rapid remnant
lucid zealot
#

yes

rapid remnant
#

tyty

lucid zealot
#

you can trigger events with your custom components also, but Pointer, that is an internal event, will always be triggered without component ids

polar dagger
#

this parameter is quite confusing and I believe there are plans to reconfigure it so it's more intuitive

#

(that is, lifecycle events will be expressed as On<Add<T>>, and the second param will simply be removed)

rapid remnant
#

I think that would make more sense, but it does also say this

polar dagger
#

Oh it looks like that bit of the docs got a bit ahead of itself.