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

GetEntityPosition

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

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>