Player::isPlayerFreeAiming: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
Line 1: Line 1:
Gets a value indicating whether the specified player is currently aiming freely.
Gets a value indicating whether the specified player is currently aiming freely.
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">mp.game.player.isPlayerFreeAiming();</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.player.isFreeAiming();</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
===Return value===
===Return value===
*'''Boolean'''
*'''Boolean'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">

Revision as of 18:35, 21 August 2021

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

Syntax

mp.game.player.isFreeAiming();

Required Arguments

Return value

  • Boolean

Example

// todo

See also