Ukendio / jecs

A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
121 stars 20 forks source link

Add `with` function to query. #86

Closed Ukendio closed 2 months ago

Ukendio commented 2 months ago

In short it will include every ID provided to with in the query but it will not return any data for those IDs. Useful for Tags, or generally data you do not need to read which would otherwise be expensive.