Returns a list of players that you can send a request to a Battle.net club. Returns an empty list for Character based clubs
candidates = C_Club.GetInvitationCandidates([filter, maxResults, cursorPosition, allowFullMatch], clubId)
Arguments
- filter
- string?
- maxResults
- number?
- cursorPosition
- number?
- allowFullMatch
- boolean?
- clubId
- string
Returns
- candidates
- ClubInvitationCandidateInfo[]
Key |
Type |
Description
|
memberId |
number |
|
name |
string |
|
priority |
number |
|
status |
Enum.ClubInvitationCandidateStatus |
|
Enum.ClubInvitationCandidateStatus
Value |
Key |
Description
|
0 |
Available |
|
1 |
InvitePending |
|
2 |
AlreadyMember |
|
Patch changes