MenuOptionClicked: Add selectedItemIndex field

This commit is contained in:
Jordan Atwood
2021-01-25 23:45:29 -08:00
committed by Adam
parent 5e7242388d
commit bbfa08f8b7

View File

@@ -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.
*/ */