WoW:API ArenaTeamDisband: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the API boilerplate.)
(corrected wrong description i gave on my initial entry)
Line 7: Line 7:


== Arguments ==
== Arguments ==
:;index : Index of the arena team to request information from, index can be a value of 1 through 3.
:;index : Index of the arena team to delete, index can be a value of 1 through 3.
 


== Example ==
== Example ==
Line 18: Line 17:


== Details ==
== Details ==
: This script can be used as the last solution to get rid of an arena team if all the other members of it don't come online anymore or if you just want to deleted it. So far there is no UI implementation of this.
: This script can be used as the last solution to get rid of an arena team if all the other members of it don't come online anymore or if you just want to delete it. So far there is no UI implementation of this.

Revision as of 00:40, 20 July 2007

WoW API < ArenaTeamDisband


Disbands an Arena Team if the player is the team captain.

ArenaTeamDisband(teamIndex)


Arguments

index
Index of the arena team to delete, index can be a value of 1 through 3.

Example

/script ArenaTeamDisband(1)

Result

Disbands the first arena team.


Details

This script can be used as the last solution to get rid of an arena team if all the other members of it don't come online anymore or if you just want to delete it. So far there is no UI implementation of this.