Merge branch 'world_targets_docs' of https://github.com/kurokuukyo/jecs into world_targets_docs

This commit is contained in:
kurokuukyo 2026-04-29 09:24:56 -04:00
commit f0ad62a222

2
src/jecs.d.ts vendored
View file

@ -161,7 +161,7 @@ export class World {
* @param entity The entity using a relationship pair. * @param entity The entity using a relationship pair.
* @param relation The "relationship" component/tag * @param relation The "relationship" component/tag
*/ */
targets(entity: Entity, relation: Entity): Iter<Entity> targets(entity: Entity, relation: Entity): IterFn<[]>
/** /**
* Deletes an entity (and its components/relationships) from the world entirely. * Deletes an entity (and its components/relationships) from the world entirely.