GetEntityRotation
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...
Gets the rotation for the given entity.
Vector3 NAPI.Entity.GetEntityRotation(NetHandle entity);
// Code here...