WoW:API GetArenaTeamRosterInfo: Difference between revisions

Added personalRating
(Initial import.)
 
(Added personalRating)
Line 2: Line 2:
Requests information regarding the arena team that the player is in, see Returns for a full list of what this returns.
Requests information regarding the arena team that the player is in, see Returns for a full list of what this returns.


  name, rank, level, class, online, played, win, seasonPlayed, seasonWin = GetArenaTeamRosterInfo(teamindex, playerid);
  name, rank, level, class, online, played, win, seasonPlayed, seasonWin, personalRating = GetArenaTeamRosterInfo(teamindex, playerid);


== Parameters ==
== Parameters ==
Line 22: Line 22:
:;seasonPlayed : Integer - Number of games played the entire season.
:;seasonPlayed : Integer - Number of games played the entire season.
:;seasonWin : Integer - Number of games this player has won this week.
:;seasonWin : Integer - Number of games this player has won this week.
:;personalRating : Integer - Players personal rating with this team
Anonymous user