Player::isFreeAimingAtEntity

From RAGE Multiplayer Wiki
Revision as of 19:29, 18 February 2020 by Paul (talk | contribs) (Paul moved page Player::isPlayerFreeAimingAtEntity to Player::isFreeAimingAtEntity: Wrong name)

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

Syntax

mp.game.player.isPlayerFreeAimingAtEntity(entity);

Required Arguments

  • entity: Entity handle or object

Return value

  • Boolean

Example

// todo

See also