WoW:API ArenaTeamDisband: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created article and provided description of the script command.)
 
m (Move page script moved page API ArenaTeamDisband to API ArenaTeamDisband without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Disbands the Arena Team provided as parameter.
{{wowapi}} __NOTOC__


/script ArenaTeamDisband(teamIndex)


== Parameters ==
Disbands an Arena Team if the player is the team captain.
=== Arguments ===
ArenaTeamDisband(teamIndex)


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


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


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.
== Example ==
/script ArenaTeamDisband(1)
 
<big>'''Result'''</big>
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.

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[edit]

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

Example[edit]

/script ArenaTeamDisband(1)

Result

Disbands the first arena team.


Details[edit]

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.