Caerdon / CaerdonWardrobe

MIT License
9 stars 3 forks source link

Improve VenturePlan support #23

Closed gekkenjuu closed 2 years ago

gekkenjuu commented 2 years ago

This removes the requirement to manually edit the VenturePlan/Widgets.lua file.

Use the VPEX_OnUIObjectCreated notification mechanism to set/hook the OnSetReward notification method on RewardFrame (large item buttons in the adventures list) and InlineRewardFrame (smaller item buttons below the mission title on the party-selection page) object types.

The OnSetReward notification method is available since version 4.30; earlier versions will simply not call the OnSetReward hook.

Caerdon commented 2 years ago

Thank you!