diff --git a/jecs.d.ts b/jecs.d.ts index 959d08b..2b360e8 100644 --- a/jecs.d.ts +++ b/jecs.d.ts @@ -212,9 +212,9 @@ export class World { 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. - * @returns True if the entity exists + * @returns True if the entity is alive. */ exists(entity: Entity): boolean;