WoW:API GetBagName: Difference between revisions
Jump to navigation
Jump to search
GetBagName -Documentation by Arvenis-
mNo edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
: bagName will contain the name of the specified bag if the bag number is 0-4 otherwise it will be nil. | : bagName will contain the name of the specified bag if the bag number is 0-4 otherwise it will be nil. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 04:57, 4 January 2006
- Arguments
-
- (bag)
-
- bag
- number - number of the bag the item is in, 0 is your backpack, 1-4 are the four additional bags, numbered left to right.
- Returns
- bagName
- bagName - the name of the specified bag (example "Green Woolen Bag")
- Examples
local bagName = GetBagName(0); --Returns "Backpack"
- Result
- bagName will contain the name of the specified bag if the bag number is 0-4 otherwise it will be nil.