GetEntityVelocity

From RAGE Multiplayer Wiki

Gets the velocity for the given entity.


C# Syntax

Vector3 NAPI.Entity.GetEntityVelocity(NetHandle entity);

Parameters

  • entity: parameter input should be in NetHandle type


Example

// Code here...