WoW:API ToggleFriendsFrame: Difference between revisions
Jump to navigation
Jump to search
ToggleFriendsFrame -Documentation by AlexanderYoshi, updated by Suru-
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
Opens/closes the friends pane. | Opens/closes the friends pane. | ||
ToggleFriendsFrame(tabIndex) | ToggleFriendsFrame(tabIndex) | ||
== Parameters == | |||
===Arguments=== | |||
:''tabIndex'' optional | :;''tabIndex'' : Number - (optional) picks a specific tab in the friends frame | ||
: 1 = friends tab | ::* 1 = friends tab | ||
: 2 = who tab | ::* 2 = who tab | ||
: 3 = guild tab | ::* 3 = guild tab | ||
: 4 = raid tab | ::* 4 = raid tab | ||
: default = last open tab | ::* default = last open tab | ||
===Returns=== | |||
:;nil | :;nil | ||
==Example== | |||
ToggleFriendsFrame(3) | |||
ToggleFriendsFrame(3) | |||
====Result==== | |||
: If the friends frame was already open, this closes the frame. | : If the friends frame was already open, this closes the frame. | ||
: If it was not already open, it is opened at the guild tab. | : If it was not already open, it is opened at the guild tab. | ||
---- | ---- | ||
{{WoW API}} | {{WoW API}} | ||
__NOTOC__ |
Revision as of 19:56, 7 January 2006
Opens/closes the friends pane.
ToggleFriendsFrame(tabIndex)
Parameters
Arguments
- tabIndex
- Number - (optional) picks a specific tab in the friends frame
- 1 = friends tab
- 2 = who tab
- 3 = guild tab
- 4 = raid tab
- default = last open tab
Returns
- nil
Example
ToggleFriendsFrame(3)
Result
- If the friends frame was already open, this closes the frame.
- If it was not already open, it is opened at the guild tab.