Player::aimTarget

From RAGE Multiplayer Wiki
Revision as of 19:48, 4 January 2017 by Niks (talk | contribs)

This property is the aim target of a player.
Note: this property is read-only. If player currently isn't aiming, this property will be last aim target

Example

if (player.isAiming)
  player.outputChatBox('Your aiming target is ' + player.aimTarget);