WoW:API ArenaTeamDisband: Difference between revisions
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: | ||
{{wowapi}} __NOTOC__ | |||
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. | ||
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 | == 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
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.