mirror of
https://github.com/Ukendio/jecs.git
synced 2025-08-04 11:19:17 +00:00
Update exists comment
This commit is contained in:
parent
98ffef93df
commit
a19a422c17
1 changed files with 2 additions and 2 deletions
4
jecs.d.ts
vendored
4
jecs.d.ts
vendored
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue