api: add actor current orientation

Co-authored-by: Adam <Adam@sigterm.info>
This commit is contained in:
WooxSolo
2021-06-27 13:02:32 -04:00
committed by Adam
parent 30d377f566
commit f7c3e68b2d

View File

@@ -104,13 +104,21 @@ public interface Actor extends Renderable
LocalPoint getLocalLocation();
/**
* Gets the orientation of the actor.
* Gets the target orientation of the actor.
*
* @return the orientation
* @see net.runelite.api.coords.Angle
*/
int getOrientation();
/**
* Gets the current orientation of the actor.
*
* @return the orientation
* @see net.runelite.api.coords.Angle
*/
int getCurrentOrientation();
/**
* Gets the current animation the actor is performing.
*