WoW:API ToggleCharacter

From AddOn Studio
Revision as of 05:53, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
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