Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns info for an applicant.

name, class, localizedClass, level, itemLevel, honorLevel, tank, healer, damage, assignedRole, relationship, dungeonScore, pvpItemLevel = C_LFGList.GetApplicantMemberInfo(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[]

1. name
string - Character name and realm
2. class
string - english class name (uppercase)
3. localizedClass
string - localized class name
4. level
number
5. itemLevel
number
6. honorLevel
number
7. tank
boolean - true if applicant offer tank role
8. healer
boolean - true if applicant offer healer role
9. damage
boolean - true if applicant offer damage role
10. assignedRole
string - english role name (uppercase)
11. relationship
boolean? - true if a friend otherwise nil
12. dungeonScore
number
13. pvpItemLevel
number

Patch changes[]

Shadowlands Patch 9.1.5 (2021-11-02): Added pvpItemLevel
Shadowlands Patch 9.1.0 (2021-06-29): Added dungeonScore
Legion Patch 7.0.3 (2016-07-19): Added honorLevel
Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.

Advertisement