WoW:API ToggleBag
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.
- NOTE:
- If toggling the backpack with the keyboard, this function is called when opening but NOT when closing. Closing appears to be done by ToggleBackpack(). However, if the mouse is used to close the Backpack then this function does respond.