WoW:API ArenaTeamRoster: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(→‎Details: Removed information about the error, it appears to have been fixed already, believe it was in 2.1.0.)
m (Move page script moved page API ArenaTeamRoster to API ArenaTeamRoster without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < ArenaTeamRoster

Requests the arena team information from the server

ArenaTeamRoster(teamIndex); 

Parameters[edit]

Arguments[edit]

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

Details[edit]

Because this sends a request to the server, you will not get the data instantly you must register and watch for the ARENA_TEAM_ROSTER_UPDATE event. It appears that ARENA_TEAM_ROSTER_UPDATE will not fire if you requested the same team index last call.