Update exists comment

This commit is contained in:
EncodedVenom 2025-05-08 17:09:37 -04:00
parent 98ffef93df
commit a19a422c17

4
jecs.d.ts vendored
View file

@ -212,9 +212,9 @@ export class World {
contains(entity: Entity): boolean; contains(entity: Entity): boolean;
/** /**
* Checks if the entity exists. * Checks if there is any entity alive right now, regardless of generation.
* @param entity The entity to verify. * @param entity The entity to verify.
* @returns True if the entity exists * @returns True if the entity is alive.
*/ */
exists(entity: Entity): boolean; exists(entity: Entity): boolean;