WoW API: ToggleCharacter

From AddOn Studio
Revision as of 00:41, 15 July 2008 by WoWWiki>Charibot (catfix, Replaced: {{framexml → <br>{{framexml)
Jump to navigation Jump to search


WoW API < ToggleCharacter

"I" iconThis function is implemented in Lua here FrameXML/CharacterFrame.lua.


ToggleCharacter(frameName);

Toggles the character pane to the specified frame.


Parameters

Arguments

frameName
String- The frame to toggle on or off

known frame names are as follows;

PVPFrame, PaperDollFrame, SkillFrame, PetPaperDollFrame

Returns

nil

Example

/script ToggleCharacter("PVPFrame")

or

/script ToggleCharacter("SkillFrame");