TomGrobbe / MenuAPI

FiveM C# Menu API. Designed specifically as a replacement of NativeUI for vMenu. Full safezone scaling supported, both left and right aligned menus supported.
https://docs.vespura.com/mapi
62 stars 45 forks source link

Added OnMenuDynamicListItemCurrentItemChange event #3

Closed carmineos closed 5 years ago

carmineos commented 5 years ago

Added a OnMenuDynamicListItemCurrentItemChange event to notify when MenuDynamicListItem.CurrentItem so that the event can be handled outside the MenuDynamicListItem.ChangeItemCallback.

Updated the ExampleMenu