Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

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[]

Advertisement