Player::aimTarget
This property is the aim target of a player.
Note: this property is read-only. If player currently [isn't aiming](/player-isaiming), this property will be last aim target
Example
```js if (player.isAiming)
player.outputChatBox('Your aim target is ' + player.aimTarget);
```