GetEntityRotation
Внешний вид
Gets the rotation for the given entity.
<syntaxhighlight lang="csharp">Vector3 NAPI.Entity.GetEntityRotation(NetHandle entity);</syntaxhighlight>
Parameters
- entity: parameter input should be in NetHandle type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>