Player::isFreeAimingAtEntity

From RAGE Multiplayer Wiki
Revision as of 21:30, 6 May 2017 by Marty uploader (talk | contribs) (yay)

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