Player::aimTarget

From RAGE Multiplayer Wiki
Revision as of 12:52, 30 April 2019 by RoboN1X (talk | contribs) (category)

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 aim target is ' + player.aimTarget);

See Also