devtools: add transform command
This commit is contained in:
@@ -75,6 +75,14 @@ public interface RSActor extends RSRenderable, Actor
|
||||
@Override
|
||||
int getLogicalHeight();
|
||||
|
||||
@Import("idlePoseAnimation")
|
||||
@Override
|
||||
void setIdlePoseAnimation(int animation);
|
||||
|
||||
@Import("poseAnimation")
|
||||
@Override
|
||||
void setPoseAnimation(int animation);
|
||||
|
||||
@Import("actionFrame")
|
||||
int getActionFrame();
|
||||
|
||||
|
||||
@@ -38,4 +38,8 @@ public interface RSPlayerComposition extends PlayerComposition
|
||||
@Import("equipmentIds")
|
||||
@Override
|
||||
int[] getEquipmentIds();
|
||||
|
||||
@Import("transformedNpcId")
|
||||
@Override
|
||||
void setTransformedNpcId(int id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user