MenuOptionClicked: Add selectedItemIndex field
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user