WoW:API ArenaTeamDisband: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the API boilerplate.)
m (Move page script moved page API ArenaTeamDisband to API ArenaTeamDisband without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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.

Latest revision as of 04:45, 15 August 2023

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.