GetEntityRotation

From RAGE Multiplayer Wiki

Gets the rotation for the given entity.


C# Syntax

Vector3 NAPI.Entity.GetEntityRotation(NetHandle entity);

Parameters

  • entity: parameter input should be in NetHandle type


Example

// Code here...