GetEntityVelocity

From RAGE Multiplayer Wiki
Revision as of 09:14, 30 November 2019 by Xabi (talk | contribs) (Created page with "Gets the velocity for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|Vector3 {{Template:CSharp_Serverside_namespace}}Entity.GetEntityVelocity(NetHandle entity);...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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...