GTA V NativesplayerPlayer::isPlayerFreeAimingOn this pagePlayer::isPlayerFreeAimingGets a value indicating whether the specified player is currently aiming freely. Syntax ```js mp.game.player.isPlayerFreeAiming(); ``` Required Arguments Return value Boolean Example ```js // todo ``` See also