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

GetEntityPosition

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

Gets the position for the given entity.


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

Parameters

  • entity: parameter input should be in NetHandle type


Example

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