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.
This removes the requirement to manually edit the
VenturePlan/Widgets.lua
file.Use the
VPEX_OnUIObjectCreated
notification mechanism to set/hook theOnSetReward
notification method onRewardFrame
(large item buttons in the adventures list) andInlineRewardFrame
(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 theOnSetReward
hook.