GetEntityVelocity
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...
Gets the velocity for the given entity.
Vector3 NAPI.Entity.GetEntityVelocity(NetHandle entity);
// Code here...