Skip to main content

Player::isFreeAimingAt

Gets a value indicating whether the specified player is currently aiming freely at the specified entity.

Syntax​

```js player.isFreeAimingAt(entity); ```

Required Arguments​

  • entity: Entity handle or object

Return value​

  • Boolean

Example​

```js // todo ```

See also​