MenuOptionClicked: Add selectedItemIndex field
This commit is contained in:
@@ -67,6 +67,10 @@ public class MenuOptionClicked
|
||||
* @see net.runelite.api.widgets.WidgetID
|
||||
*/
|
||||
private int widgetId;
|
||||
/**
|
||||
* The selected item index at the time of the option click.
|
||||
*/
|
||||
private int selectedItemIndex;
|
||||
/**
|
||||
* Whether or not the event has been consumed by a subscriber.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user