WoW:API ToggleBag

From AddOn Studio
Revision as of 17:48, 29 August 2005 by WoWWiki>Inglais
Jump to navigation Jump to search
ToggleBag -Documentation by AlexanderYoshi-

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.

Template:WoW API