mirror of
https://github.com/Ukendio/jecs.git
synced 2025-06-20 08:19:18 +00:00
Update jecs.d.ts
This commit is contained in:
parent
a19a422c17
commit
4696fc980a
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 there is any entity alive right now, regardless of generation.
|
* Checks if an entity with the given ID is currently alive, ignoring its generation.
|
||||||
* @param entity The entity to verify.
|
* @param entity The entity to verify.
|
||||||
* @returns True if the entity is alive.
|
* @returns boolean true if any entity with the given ID exists (ignoring generation), false otherwise
|
||||||
*/
|
*/
|
||||||
exists(entity: Entity): boolean;
|
exists(entity: Entity): boolean;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue