Overview
This embeddable addon is a library that tracks item quantities for tooltip Set<place>Item methods, so that other addons which require quantity information to display appropriate additional tooltip information will not have to hook those tooltip methods themselves.
Addon Type Information
Addon type: Library
Libraries used:
none
See the readme file in this addon's folder, or
my author portal, for an explanation of the addon type system used.
Support
If you found a bug in this addon, want to provide feedback, want to help translate it, or even just want to ask a question, please contact me using one of these methods:
Email address: saeris.sanoora@gmail.com
ICQ number: 119161819
AIM screenname: SaerisSanoora
Penny Arcade forums name: Saeris
If you use any other method, it might take me significantly longer to see your message and reply.
If you wish to support my efforts, you can donate via PayPal by clicking this button:
History of Changes
See the readme file in this addon's folder, or
my author portal, for an explanation of the versioning system used.
1.3.0 (May 6, 2008):
- Added support for :SetMerchantCostItem() tooltip method.
- Reformatted TOOLTIP_QUANTITY_METHODS table to use arrays instead of tables for the data of each tooltip method, minorly speeding up access time.
- Now uses LibStub as a load manager.
1.2.1 (Mar 6, 2008):
- Miscellaneous code style updates.
1.2.0 (Jan 28, 2008):
- Now supports the :SetGuildBankItem() tooltip method.
1.1.0 (Jan 19, 2008):
- Miscellaneous efficiency updates.
- Now hooks :SetHyperlink() as well so that tooltip.TooltipItemQuantities1:GetItemQuantity() will return the proper default quantity of 1 instead of whatever quantity was present on the tooltip prior to the :SetHyperlink() call.
1.0.0 (6/19/07):
See the readme file in this addon's folder for earlier changes.
Developer Notes
See readme file included in the directory.