Skip to main content

Entity::getWorldPositionOfBone

Returns the coordinates of an entity-bone.

Syntax

```js entity.getWorldPositionOfBone(boneIndex); ```

Required Arguments

  • boneIndex: int

Return value

  • Vector3

Example

```js // todo ```

See also