Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. January 22 2017
  2. [20170119.0022]
  3. * Added new MEMBER to the 'eq2clonewindow' datatype:
  4. 1. ID (uint)
  5. (This is the ID of the window as used with various TLOs and what would have been reported with various
  6. "window appeared" events. Please note that an ID of 0 is valid and that all windows which inherit
  7. 'eq2clonewindow' will now have this datatype member available.)
  8. * The EQ2_onRewardWindowAppeared event now provides the ID of the window as an argument:
  9. ~ EQ2_onRewardWindowAppeared(int ID)
  10. (Please note that an ID of 0 is valid.)
  11. * The RewardWindow TLO has been reworked to function similarly to the ReplyDialog TLO:
  12. 1. RewardWindow (eq2rewardwindow)
  13. ~ returns the last Rewardwindow to have appeared
  14. 2. RewardWindow[ID] (eq2rewardwindow)
  15. ~ returns the Rewardwindow associated with the given ID (typically acquired with the
  16. EQ2_onRewardWindowAppeared event. [Please note that an ID of 0 is valid.])
  17. * Added new EVENT:
  18. 1. EQ2_onContainerWindowAppeared(int ID)
  19. (Please note that an ID of 0 is valid.)
  20. * The ContainerWindow TLO has been reworked to function similarly to the ReplyDialog TLO:
  21. 1. ContainerWindow (eq2containerwindow)
  22. ~ returns the last Containerwindow to have appeared
  23. 2. ContainerWindow[ID] (eq2containerwindow)
  24. ~ returns the Containerwindow associated with the given ID (typically acquired with the
  25. EQ2_onContainerWindowAppeared event. [Please note that an ID of 0 is valid.])
  26. @* Removed the "GetReward" METHOD of the 'eq2rewardwindow' datatype.
  27. @* Added new METHOD to the 'eq2rewardwindow' datatype:
  28. @ 1. AcceptReward[RewardLinkID#]
  29. @ AcceptReward["ItemName"]
  30. @* Removed the "Accept" METHOD of the 'reward' datatype.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement