Thread Tools Display Modes
04/13/17, 06:55 AM   #1
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,966
FCO ItemSaver changes: List of AddOns using FCOIS functions?

Hello developers,

I'm working on changes within my addon FCO ItemSaver to provide new API functions for a better cross-addon support.
Unfortunately I need to change some of the existing functions used in FCOIS which needs some addons to be adjusted as well.

The following functions will be changed (replacing the parameter "itemInstanceId" with "bag, slotIndex")
Code:
FCOIsMarked
FCOIsFiltered
The following functions will be changed (removing the parameter "itemInstanceId")
Code:
FCOMarkItem
I'd love to rename the following functios as well so they are placed inside the FCOIS. table namespace too:
Code:
FCOIsMarked-> FCOIS.IsMarked
FCOIsFiltered-> FCOIS.IsFiltered
FCOMarkItem -> FCOIS.MarkItem
FCOChangeFilter -> FCOIS.ChangeFilter 
FCOGetGearSetInfo -> FCOIS.GetGearSetInfo 
FCOGetDynamicInfo -> FCOIS.GetDynamicInfo 
FCOGetIconText -> FCOIS.GetIconText
FCOGetLocText -> FCOIS.GetLocText 
FCOMarkItemByKeybind -> FCOIS.MarkItemByKeybind 
FCOMarkItemCycle -> FCOIS.MarkItemCycle

Todo
If you know any addon currently using any of the above named functions from FCOItemSaver I'd be glad if you could write the name of the addon as a comment here, so I'm able to check it's source code and contact the author.

Many thanks for your help.

These are the addons using FCOIS that I'm aware of
  1. BankManagerRevived
  2. CDGBankStack
  3. Dustman
  4. DoItAll with FCOItemSaver support
  5. InventoryManager
  6. KhrillMasterCook
  7. KhrillMerlinTheEnchanter
  8. MailerDemon
  9. PotionMaker
  10. QuickEnchanter
  11. SetTracker

Last edited by Baertram : 04/13/17 at 09:41 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » FCO ItemSaver changes: List of AddOns using FCOIS functions?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off