add getVarbitCount and warn instead of throw when varb doesnt exist
This commit is contained in:
@@ -7,4 +7,7 @@ public interface RSAbstractArchive extends IndexDataBase
|
||||
{
|
||||
@Import("takeFile")
|
||||
byte[] getConfigData(int archiveId, int fileId);
|
||||
|
||||
@Import("getGroupFileCount")
|
||||
int getGroupFileCount(int group);
|
||||
}
|
||||
|
||||
@@ -457,6 +457,9 @@ public interface RSClient extends RSGameShell, Client
|
||||
@Import("SpriteBuffer_spritePalette")
|
||||
void setIndexedSpritePalette(int[] indexedSpritePalette);
|
||||
|
||||
@Import("archive2")
|
||||
RSArchive getConfigArchive();
|
||||
|
||||
@Import("archive6")
|
||||
RSArchive getMusicTracks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user