Thread Tools Display Modes
10-16-14, 05:11 PM   #1
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
Summary of API for the Reagent Bank?

Is there a summary published anywhere for the Reagent Bank API? I've found bits and pieces in this Forum but not enough (for me) to implement using it in an addon.

Thanks,

Brad
 
10-16-14, 05:39 PM   #2
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Not much to know. It uses the regular container API.

Code:
GetContainerItemInfo(REAGENTBANK_CONTAINER, slot)
and you have a coupla events
Code:
REAGENTBANK_PURCHASED
PLAYERREAGENTBANKSLOTS_CHANGED(slot)
__________________
Grab your sword and fight the Horde!
 
10-16-14, 05:55 PM   #3
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
Actually they did add a few functions specific to the Reagent Bank:

BuyReagentBank()
DepositReagentBank()
GetReagentBankCost()
IsReagentBankUnlocked()
ReagentBankButtonIDToInvSlotID()
SortReagentBankBags()
__________________
Knowledge = Power; Be OP

 
 

WoWInterface » Site Forums » Archived Beta Forums » WoD Beta archived threads » Summary of API for the Reagent Bank?

Thread Tools
Display Modes

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