Add Angle and Direction

Extend GameObject.getOrientation() to account for object flags, and
return an Angle
This commit is contained in:
Adam
2018-04-17 22:35:06 -04:00
parent 11ace62224
commit b8eac1296c
6 changed files with 162 additions and 6 deletions

View File

@@ -59,13 +59,12 @@ public interface RSGameObject extends GameObject
int getHeight();
@Import("orientation")
int getOrientation();
int getRsOrientation();
@Import("hash")
@Override
int getHash();
@Override
@Import("flags")
int getFlags();
}