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

Player::isFreeAimingAt

Материал из RAGE MP Wiki Archive

Gets a value indicating whether the specified player is currently aiming freely at the specified entity.

Syntax

<syntaxhighlight lang="javascript">player.isFreeAimingAt(entity);</syntaxhighlight>

Required Arguments

  • entity: Entity handle or object

Return value

  • Boolean

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also