You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the event is currently not invoked if the component (Player) could not be found for the argument. It would be nice to select multiple components of the same entity, most likely using a tuple:
Currently, entity parameters in ECS can be transformed into a component of the entity by the event system, for example:
the event is currently not invoked if the component (
Player
) could not be found for the argument. It would be nice to select multiple components of the same entity, most likely using a tuple:Like with a single component, all the components in the tuple would need to exist in the entity in order for the event to be invoked.
The text was updated successfully, but these errors were encountered: