Перейти к содержанию

Player::aimTarget

Материал из RAGE MP Wiki Archive
Версия от 16:57, 17 мая 2019; imported>RoboN1X (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

<source lang="javascript"> if (player.isAiming)

 player.outputChatBox('Your aim target is ' + player.aimTarget);

</source>

See Also