Skip to main content

GetPlayerVelocity

Syntax

```csharp 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

```csharp NAPI.Player.GetPlayerVelocity(player); ```