GetPlayerVelocity: Difference between revisions
(Created page with "==Syntax== <syntaxhighlight lang="C#" >Vector3 NAPI.Player.GetPlayerVelocity(Client player);</syntaxhighlight> '''Required Arguments''' *'''player:''' parameter input should...") |
No edit summary |
||
| Line 1: | Line 1: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="C#" >Vector3 NAPI.Player.GetPlayerVelocity( | <syntaxhighlight lang="C#" >Vector3 NAPI.Player.GetPlayerVelocity(Player player);</syntaxhighlight> | ||
'''Required Arguments''' | '''Required Arguments''' | ||
*'''player:''' parameter input should be in ''' | *'''player:''' parameter input should be in '''Player''' type. | ||
'''NOTE:''' This function returns data in '''Vector3''' type. | '''NOTE:''' This function returns data in '''Vector3''' type. | ||
Latest revision as of 21:51, 22 December 2022
Syntax
Vector3 NAPI.Player.GetPlayerVelocity(Player player);
Required Arguments
- player: parameter input should be in Player type.
NOTE: This function returns data in Vector3 type.
Usage example(s)
Example Description
NAPI.Player.GetPlayerVelocity(player);