WoW:API ToggleCharacter

From AddOn Studio
Revision as of 19:11, 27 August 2005 by WoWWiki>Inglais
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