WoW:API ToggleCharacter: Difference between revisions
Jump to navigation
Jump to search
ToggleCharacter -Documentation by AlexanderYoshi-
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. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 05:53, 4 January 2006
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.