Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality to iterate over all active entities #30

Closed
Quillraven opened this issue Jan 30, 2022 · 0 comments
Closed

Add functionality to iterate over all active entities #30

Quillraven opened this issue Jan 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Quillraven
Copy link
Owner

In my opinion this is a useful functionality for exceptional cases. Usually you have your systems to iterate over entities with a specific configuration but this might not be sufficient in all cases.

I could imagine a Save-/Loadsystem where you want to iterate over all entities at specific events like reaching a checkpoint.

I am not saying that this is the only solution to this problem but this functionality will allow the support of exceptional cases where systems might be not sufficient/cumbersome.

@Quillraven Quillraven added the enhancement New feature or request label Jan 30, 2022
@Quillraven Quillraven added this to the 1.0-RC3 milestone Jan 30, 2022
@Quillraven Quillraven self-assigned this Jan 30, 2022
Quillraven added a commit that referenced this issue Jan 30, 2022
Quillraven added a commit that referenced this issue Jan 30, 2022
Quillraven added a commit that referenced this issue Jan 30, 2022
* (#29) new addOrUpdate function (#31)

* (#30) new forEach function (#32)

* documentation and version upgrade for 1.0-RC3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant