Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
No edit summary
mNo edit summary
Line 30: Line 30:
 
----
 
----
 
{{Template:WoW API}}
 
{{Template:WoW API}}
  +
[[Category:API Functions|ToggleBag]]
  +
[[Category:API Toggle Functions|ToggleBag]]

Revision as of 19:11, 27 August 2005

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