Added RL API to get Frames
This commit is contained in:
@@ -2104,6 +2104,11 @@ public interface Client extends GameEngine
|
|||||||
|
|
||||||
List<String> getOutdatedScripts();
|
List<String> getOutdatedScripts();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets a Frames object. File Ids for animations frames are grouped together into a Frames object. getFrames will get the group of frames that the frameId belongs to.
|
||||||
|
*/
|
||||||
|
Frames getFrames(int frameId);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* various archives you might want to use for reading data from cache
|
* various archives you might want to use for reading data from cache
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -774,6 +774,7 @@ public interface RSClient extends RSGameEngine, Client
|
|||||||
void setAnimOffsetZ(int animOffsetZ);
|
void setAnimOffsetZ(int animOffsetZ);
|
||||||
|
|
||||||
@Import("getFrames")
|
@Import("getFrames")
|
||||||
|
@Override
|
||||||
RSFrames getFrames(int frameId);
|
RSFrames getFrames(int frameId);
|
||||||
|
|
||||||
@Import("sceneMinimapSprite")
|
@Import("sceneMinimapSprite")
|
||||||
|
|||||||
Reference in New Issue
Block a user