GetPlayerAimingPoint
Gets the aiming point of a player
Syntax
Vector3 NAPI.Player.GetPlayerAimingPoint(Client player);
Required Arguments
- player: parameter input should be in Client type.
NOTE: This function returns data in Vector3 type.
Usage example(s)
Example Description
NAPI.Player.GetPlayerAimingPoint(player);