api: add actor current orientation
Co-authored-by: Adam <Adam@sigterm.info>
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user