GetEntityPosition

From RAGE Multiplayer Wiki

Gets the position for the given entity.


C# Syntax

Vector3 NAPI.Entity.GetEntityPosition(NetHandle entity);

Parameters

  • entity: parameter input should be in NetHandle type


Example

// Code here...