GetPlayerAimingPoint
Внешний вид
Gets the aiming point of a player
Syntax
<syntaxhighlight lang="C#" >Vector3 NAPI.Player.GetPlayerAimingPoint(Player player);</syntaxhighlight>
Required Arguments
- player: parameter input should be in Player type.
NOTE: This function returns data in Vector3 type.
Usage example(s)
Example Description <syntaxhighlight lang="C#" >NAPI.Player.GetPlayerAimingPoint(player);</syntaxhighlight>