C_LFGList.GetApplicantMemberStats

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

Returns the Proving Grounds stats of an applicant.

stats = C_LFGList.GetApplicantMemberStats(applicantID, memberIndex)

Arguments

applicantID
number - ascending number of applicants since creation of the activity returned by C_LFGList.GetApplicants()
memberIndex
number - iteration of C_LFGList.GetApplicants() argument #4 (numMembers)

Returns

stats
table

Details

  • Currently used to check proving ground stats of an applicant group member
Entry PG Tank
stats[23690]>0 Gold
stats[23687]>0 Silver
stats[23684]>0 Bronze
Entry PG Healer
stats[23691]>0 Gold
stats[23688]>0 Silver
stats[23685]>0 Bronze
Entry PG Damage
stats[23689]>0 Gold
stats[23686]>0 Silver
stats[23683]>0 Bronze

See also