IsPlayerAiming

From RAGE Multiplayer Wiki
Revision as of 13:32, 27 November 2019 by Muphy (talk | contribs) (Created page with "This function will tell you if the player is aiming. ==Syntax== <syntaxhighlight lang="C#" >bool NAPI.Player.IsPlayerAiming(Client player);</syntaxhighlight> '''Required Arg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function will tell you if the player is aiming.

Syntax

bool NAPI.Player.IsPlayerAiming(Client player);

Required Arguments

  • player: parameter input should be in Client type.

NOTE: This function returns data in bool type.

Usage example(s)

Example Description

NAPI.Player.IsPlayerAiming(player);