IsPlayerAiming

From RAGE Multiplayer Wiki
Revision as of 13:30, 23 December 2022 by Xabi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function will tell you if the player is aiming.

Syntax

bool NAPI.Player.IsPlayerAiming(Player player);

Required Arguments

  • player: parameter input should be in Player type.

NOTE: This function returns data in bool type.

Usage example(s)

Example Description

NAPI.Player.IsPlayerAiming(player);