C_LFGList.GetApplicantMemberInfo
Returns name, class, level and more about an applicant group member
name, class, localizedClass, level, itemLevel, tank, healer, damage, assignedRole = 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
- name
- string - Character name and realm
- class
- string - english class name (uppercase)
- localizedClass
- string - localized class name
- level
- number
- itemLevel
- float
- tank
- boolean - true if applicant offer tank role
- healer
- boolean - true if applicant offer healer role
- damage
- boolean - true if applicant offer damage role
- assignedRole
- string - english role name (uppercase)
- relationship
- boolean - true if a friend otherwise nil
See also
- C_LFGList.GetApplicants()
- C_LFGList.GetApplicantMemberStats(applicantID)