Player::isPlayerFreeAiming: Difference between revisions

From RAGE Multiplayer Wiki
(Undo revision 21052 by Shr0x (talk))
Tag: Undo
 
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.isFreeAiming();</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.player.isPlayerFreeAiming();</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
===Return value===
===Return value===
*'''Boolean'''
*'''Boolean'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">

Latest revision as of 18:37, 21 August 2021

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

Syntax

mp.game.player.isPlayerFreeAiming();

Required Arguments

Return value

  • Boolean

Example

// todo

See also