0.1.2b-1-gdf50f0e

Details

  • Filename
    GoblinVendorFilter-0.1.2b-1-gdf50f0e.zip
  • Uploaded by
  • Uploaded
    Dec 7, 2009
  • Size
    4.71 KB
  • Downloads
    30
  • MD5
    4dc547649143c5cec504b06cda421c60

Supported WoW Retail Versions

  • 3.3.0

Changelog

Yssaril:
    - reworked it so that there is a core which accepts filter "modules" this makes it realy easy to write new filters using the following API
    GVF.filters <-- each filter stores everything about itself here
    GVF.filters[FILTER]:AddItem(link) <-- feeds items into the filter so it knows about them
    GVF.filters[FILTER]:ClearAll() <-- removes all item info from the filter and resets the filter (is called at merchant close)
    GVF.filters[FILTER]:isFilterd(link) <-- checks to see if the current item should be displayed or filtered out
    GVF.filters[FILTER]:ResetFilter() <-- resets the filter to show all items again
    GVF.filters[FILTER]:GetDropdown() <-- called when the dropdown is opened. here each filter can register its options to the dropdown