rl-api: import (idle)?PoseAnimation

This commit is contained in:
Max Weber
2020-06-17 11:09:11 -06:00
parent 111f099654
commit b0cb875c62

View File

@@ -125,6 +125,23 @@ public interface Actor extends Renderable
*/
int getAnimation();
/**
* Gets the secondary animation the actor is performing.
*
* @return the animation ID
* @see AnimationID
*/
int getPoseAnimation();
/**
* If this is equal to the pose animation, the pose animation is ignored when
* you are doing another action.
*
* @return the animation ID
* @see AnimationID
*/
int getIdlePoseAnimation();
/**
* Sets an animation for the actor to perform.
*