Перейти к содержанию

GetEntityVelocity

Материал из RAGE MP Wiki Archive

Gets the velocity for the given entity.


<syntaxhighlight lang="csharp">Vector3 NAPI.Entity.GetEntityVelocity(NetHandle entity);</syntaxhighlight>

Parameters

  • entity: parameter input should be in NetHandle type


Example

<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>