SearchLFGGetPartyResults

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 3.3.0 / 1.15.0

Returns information about the party player listed in raid browser.

local name, level, relationship, className, areaName, comment, isLeader, isTank, isHealer, isDamage, bossKills, specID, isGroupLeader, armor, spellDamage, plusHealing, CritMelee, CritRanged, critSpell, mp5, mp5Combat, attackPower, agility, maxHealth, maxMana, gearRating, avgILevel, defenseRating, dodgeRating, BlockRating, ParryRating, HasteRating, expertise = SearchLFGGetPartyResults(index, partyIndex)

Arguments

index
number - Index of the player to query, ascending from 1 to totalResults return value from SearchLFGGetNumResults.
partyIndex
number - Index of the party player to query, ascending from 1 to partyMembers return value from SearchLFGGetResults.

Returns

name
string - Name of the player.
level
number - Player level.
areaName
string - Player's area.
comment
string - Player's custom comment.
bossKills
number - Sum of all boss kills on normal mode
gearRating
number - Some weird value only blizzard has clue about

See also