Clarify exists usage
Some checks are pending
analysis / Run Luau Analyze (push) Waiting to run
deploy-docs / build (push) Waiting to run
deploy-docs / Deploy (push) Blocked by required conditions
publish-npm / publish (push) Waiting to run
unit-testing / Run Luau Tests (push) Waiting to run

This commit is contained in:
Ukendio 2025-07-26 02:37:51 +02:00
parent 3ab1d970e2
commit 3e46b723e9

View file

@ -630,7 +630,7 @@ print(world.contains(entity)) // false
## exists
Alias for `contains`. Checks if an entity exists and is alive in the world.
Checks if the entity ID exists regardless of whether it is alive or not. Useful to know if the ID is occupied in the entity index.
```luau
function World:exists(