RSS

Пятница, 19.04.2024, 08:14
Главная » WoW API » API Функции » Арена »

SortArenaTeamRoster

[ править ]
Sorts the selected arena team's roster.
[клоны]
Sorts the selected arena team's roster. Affects the ordering of member information returned by GetArenaTeamRosterInfo. Sorting by the same criterion repeatedly reverses the sort order.

Signature:
Code
SortArenaTeamRoster("sortType")

Arguments:
  • sortType - Criterion for sorting the roster (string)
      class - Sort by class
    • name - Sort by name
    • played - Sort by number of games played in the current week
    • rating - Sort by personal rating
    • seasonplayed - Sort by number of games played in the current arena season
    • seasonwon - Sort by number of games won in the current arena season
    • won - Sort by number of games won in the current week

Также смотрите: Арена , Arena functions
Ссылки: http://wowprogramming.com/docs/api/SortArenaTeamRoster