Add overlay menu support
Co-authored-by: TheStonedTurtle <TheStonedTurtle@users.noreply.github.com>
This commit is contained in:
@@ -260,6 +260,10 @@ public enum MenuAction
|
||||
* Menu action injected by runelite for its menu items.
|
||||
*/
|
||||
RUNELITE(1500),
|
||||
/**
|
||||
* Menu action injected by runelite for overlay menu items.
|
||||
*/
|
||||
RUNELITE_OVERLAY(1501),
|
||||
|
||||
FOLLOW(2046),
|
||||
TRADE(2047),
|
||||
|
||||
@@ -60,10 +60,4 @@ public class MenuEntry
|
||||
*/
|
||||
private int param1;
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "MenuEntry{" + "option=" + option + ", target=" + target + ", identifier=" + identifier + ", type=" + type + ", param0=" + param0 + ", param1=" + param1 + '}';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user