MenuOptionClicked: Add selectedItemIndex field

This commit is contained in:
Jordan Atwood
2021-02-02 22:58:41 -05:00
committed by Adam
parent 5e7242388d
commit bbfa08f8b7
@@ -67,6 +67,10 @@ public class MenuOptionClicked
* @see net.runelite.api.widgets.WidgetID * @see net.runelite.api.widgets.WidgetID
*/ */
private int 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. * Whether or not the event has been consumed by a subscriber.
*/ */