WoW:API ToggleBag: Difference between revisions
Jump to navigation
Jump to search
ToggleBag -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|ToggleBag]] | |||
[[Category:API Container Functions|ToggleBag]] | |||
[[Category:API Toggle Functions|ToggleBag]] |
Revision as of 17:48, 29 August 2005
Opens or closes the specified bag.
ToggleBag(bagNum);
- Arguments
- (Number bagNum)
- bagNum
- The number of which bag you want to toggle open or close
- Returns
- nil
- Example
ToggleBag(2);
- Result
- Description
- Opens or closes the specified bag.