WoW:API ToggleCharacter: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 27: Line 27:


: Toggles the character pane to the specified frame frameName.
: Toggles the character pane to the specified frame frameName.


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|ToggleCharacter]]
[[Category:API Toggle Functions|ToggleCharacter]]

Revision as of 05:53, 4 January 2006

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