Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:API GetArenaTeam
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Parameters == === Arguments === :;index : Index of the team you want information on, can be a value between 1 and 3. ---- === Returns === :;teamName : String - Teams name, nil if they aren't on a team or the data wasn't received yet. :;teamSize : Integer - Team size (2, 3 or 5) :;teamRating : Integer - Teams rating, for a team that hasn't played any games this season it'll be 1500 :;weekPlayed : Integer - Total games the team has played for the current week :;weekWins : Integer - Total games the team has won for the current week :;seasonPlayed : Integer - Total games that the team has played this season :;seasonWins : Integer - Total games that the team has played this season :;playerPlayed : Integer - Total games that the player has played this week :;seasonPlayerPlayed : Integer - Total games that the player has played this season :;teamRank : Integer - Teams current ranking, this is updated once a week typically when points are calculated :;personalRating : Integer - Players personal rating with this team :;background (red) : Float - Amount of red in the teams banner background :;background (green) : Float - Amount of green in the teams banner background :;background (blue) : Float - Amount of blue in the teams banner background :;emblem : Integer - Emblem graphic name :;emblem - (red) : Float - Amount of red in the teams emblem color :;emblem - (green) : Float - Amount of green in the teams emblem color :;emblem (blue) : Float - Amount of blue in the teams emblem color :;border : Integer - Border graphic name :;border (red) : Float - Amount of red in the teams border color :;border (green) : Float - Amount of green in the teams border color :;border (blue) : Float - Amount of blue in the teams border color ---- === Details === The team information is not kept up to date ARENA_TEAM_UPDATE is fired when the client gets the team information. The game will call [[API ArenaTeamRoster|ArenaTeamRoster]] when the player first logs in and when the game ends. Emblem graphics are located in Interface\\PVPFrame\\Icons\\PVP-Banner-Emblem-## Interface\\PVPFrame\\PVP-Banner-<TEAM SIZE>-Border-<BORDER NUMBER>
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)