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|ToggleCharacter]]
  +
[[Category:API Toggle Functions|ToggleCharacter]]

Revision as of 19:11, 27 August 2005

ToggleCharacter -Documentation by AlexanderYoshi-

Toggles the character pane to the specified frame.

ToggleCharacter(frameName);

Arguments
(String frameName)
frameName
The framename to toggle on or off

Returns
nil

Example
ToggleCharacter("SkillFrame");
Result

Description
Toggles the character pane to the specified frame frameName.

Template:WoW API