WoW:API ToggleBag: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{framexmlfunc|FrameXML/ContainerFrame.lua}} __NOTOC__)
m (Move page script moved page API ToggleBag to WoW:API ToggleBag without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{framexmlfunc|FrameXML/ContainerFrame.lua}} __NOTOC__
<br>{{framexmlfunc|FrameXML/ContainerFrame.lua}} __NOTOC__





Latest revision as of 04:47, 15 August 2023


WoW API < ToggleBag

"I" iconThis function is implemented in Lua here FrameXML/ContainerFrame.lua.


ToggleBag(bagNum);

Opens or closes the specified bag.


Parameters

Arguments

bagNum
Number - the bagId you want to toggle open or close

Returns

nil

Example

ToggleBag(2);


Details

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.