Skip to main content

Entity::getCoords

Gets the coordinates for the given entity.

Syntax

```js entity.getCoords(alive); ```

Required Arguments

  • alive: Boolean

Return value

  • Vector3

Example

```js // todo ```

See also