GetEntityRotation

From RAGE Multiplayer Wiki
Revision as of 09:12, 30 November 2019 by Xabi (talk | contribs) (Created page with "Gets the rotation for the given entity. {{CSharpContainer| {{#tag:syntaxhighlight|Vector3 {{Template:CSharp_Serverside_namespace}}Entity.GetEntityRotation(NetHandle entity);...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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...