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
Example
```js // todo ```
See also