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

GetEntityVelocity

Материал из RAGE MP Wiki Archive
Версия от 09:14, 30 ноября 2019; imported>Xabi (Created page with "Gets the velocity for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|Vector3 {{Template:CSharp_Serverside_namespace}}Entity.GetEntityVelocity(NetHandle entity);...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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>