WoW:API ArenaTeamDisband: Difference between revisions
Jump to navigation
Jump to search
(Created article and provided description of the script command.) |
(Updated to match the API boilerplate.) |
||
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 request information from, index can be a value of 1 through 3. | :;index : Index of the arena team to request information from, 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 deleted it. So far there is no UI implementation of this. |
Revision as of 20:40, 12 July 2007
Disbands an Arena Team if the player is the team captain.
ArenaTeamDisband(teamIndex)
Arguments
- index
- Index of the arena team to request information from, 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 deleted it. So far there is no UI implementation of this.