Updated added invokeMenuAction to api, removed example plugin

This commit is contained in:
James Munson
2019-04-23 20:44:06 -07:00
parent 778524eee1
commit f34b945c29
4 changed files with 33 additions and 162 deletions

View File

@@ -375,6 +375,9 @@ public interface RSClient extends RSGameEngine, Client
@Import("createSprite")
RSSpritePixels createItemSprite(int itemId, int quantity, int thickness, int borderColor, int stackable, boolean noted);
@Override
void invokeMenuAction(int n2, int n3, int n4, int n5, String string, String string2, int n6, int n7);
@Import("decodeSprite")
void decodeSprite(byte[] data);